update
This commit is contained in:
parent
dde87a3746
commit
05f0ac62e7
|
@ -1373,7 +1373,7 @@ class Task():
|
||||||
0x0707, # Query not ready , it always occur at replica 3
|
0x0707, # Query not ready , it always occur at replica 3
|
||||||
0x707, # Query not ready
|
0x707, # Query not ready
|
||||||
0x396, # Database in creating status
|
0x396, # Database in creating status
|
||||||
|
0x386, # Database in droping status
|
||||||
|
|
||||||
|
|
||||||
1000 # REST catch-all error
|
1000 # REST catch-all error
|
||||||
|
@ -2052,7 +2052,7 @@ class TdSuperTable:
|
||||||
time.sleep(5) # consumer work only 5 sec ,and then it will exit
|
time.sleep(5) # consumer work only 5 sec ,and then it will exit
|
||||||
try:
|
try:
|
||||||
consumer.unsubscribe()
|
consumer.unsubscribe()
|
||||||
except Exception as e :
|
except TmqError as e :
|
||||||
pass
|
pass
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue