mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
fix stress test error
This commit is contained in:
parent
0991eddcd4
commit
4438e4c778
@ -88,7 +88,7 @@ KeeperServer::KeeperServer(
|
||||
, coordination_settings(settings_->coordination_settings)
|
||||
, state_machine(nuraft::cs_new<KeeperStateMachine>(
|
||||
responses_queue_, snapshots_queue_,
|
||||
settings_->log_storage_path,
|
||||
settings_->snapshot_storage_path,
|
||||
coordination_settings,
|
||||
checkAndGetSuperdigest(settings_->super_digest)))
|
||||
, state_manager(nuraft::cs_new<KeeperStateManager>(server_id, "keeper_server", settings_->log_storage_path, config, coordination_settings))
|
||||
|
Loading…
Reference in New Issue
Block a user