Fix style

This commit is contained in:
Antonio Andelic 2022-05-23 15:33:29 +00:00
parent c268296fc6
commit e91e7fdba7
2 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ nuraft::cb_func::ReturnCode KeeperServer::callbackFunc(nuraft::cb_func::Type typ
raft_instance->forceReconfigure(config);
// Single node cluster doesn't need to wait for any other nodes
// so we can finish recovering immediatelly after applying
// so we can finish recovering immediately after applying
// new configuration
if (config->get_servers().size() == 1)
finish_recovering();

View File

@ -21,7 +21,7 @@ def get_nodes():
f"node{i+1}",
main_configs=[
f"configs/enable_keeper{i+1}.xml",
f"configs/use_keeper.xml"
f"configs/use_keeper.xml",
],
stay_alive=True,
)