fix: transaction tips
This commit is contained in:
parent
6dba2a7aef
commit
902529352d
|
@ -182,7 +182,7 @@ class TBase:
|
||||||
sql ="show transactions;"
|
sql ="show transactions;"
|
||||||
rows = tdSql.query(sql)
|
rows = tdSql.query(sql)
|
||||||
if rows == 0:
|
if rows == 0:
|
||||||
tdLog.info("split vgroup finished.")
|
tdLog.info("transaction count became zero.")
|
||||||
return True
|
return True
|
||||||
#tdLog.info(f"i={i} wait ...")
|
#tdLog.info(f"i={i} wait ...")
|
||||||
time.sleep(interval)
|
time.sleep(interval)
|
||||||
|
|
Loading…
Reference in New Issue