mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Automatic style fix
This commit is contained in:
parent
a45027f22c
commit
f9c9d85e41
@ -101,7 +101,9 @@ SELECT sum(x) FROM distributed WITH TOTALS SETTINGS
|
|||||||
# allow pings to zookeeper to timeout (must be greater than ZK session timeout).
|
# allow pings to zookeeper to timeout (must be greater than ZK session timeout).
|
||||||
for _ in range(30):
|
for _ in range(30):
|
||||||
try:
|
try:
|
||||||
node_2_2.query("SELECT * FROM system.zookeeper where path = '/' SETTINGS insert_keeper_max_retries = 0")
|
node_2_2.query(
|
||||||
|
"SELECT * FROM system.zookeeper where path = '/' SETTINGS insert_keeper_max_retries = 0"
|
||||||
|
)
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
except:
|
except:
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user