mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +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).
|
||||
for _ in range(30):
|
||||
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)
|
||||
except:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user