fix: transaction tips

This commit is contained in:
Alex Duan 2023-12-31 17:16:54 +08:00
parent 6dba2a7aef
commit 902529352d
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class TBase:
sql ="show transactions;"
rows = tdSql.query(sql)
if rows == 0:
tdLog.info("split vgroup finished.")
tdLog.info("transaction count became zero.")
return True
#tdLog.info(f"i={i} wait ...")
time.sleep(interval)