mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix
This commit is contained in:
parent
dc0a224f52
commit
6cc4f76707
@ -0,0 +1,4 @@
|
|||||||
|
<clickhouse>
|
||||||
|
<replicated_merge_tree_paranoid_check_on_drop_range>0</replicated_merge_tree_paranoid_check_on_drop_range>
|
||||||
|
<replicated_merge_tree_paranoid_check_on_startup>0</replicated_merge_tree_paranoid_check_on_startup>
|
||||||
|
</clickhouse>
|
@ -9,7 +9,7 @@ cluster = helpers.cluster.ClickHouseCluster(__file__)
|
|||||||
|
|
||||||
node1 = cluster.add_instance(
|
node1 = cluster.add_instance(
|
||||||
"node1",
|
"node1",
|
||||||
main_configs=["configs/fast_background_pool.xml"],
|
main_configs=["configs/fast_background_pool.xml", "configs/compat.xml"],
|
||||||
with_zookeeper=True,
|
with_zookeeper=True,
|
||||||
stay_alive=True,
|
stay_alive=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user