fix stress test error

This commit is contained in:
JackyWoo 2021-11-17 21:21:12 +08:00
parent 0991eddcd4
commit 4438e4c778

View File

@ -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))