Merge pull request #30550 from ClickHouse/fix_typo_update_nuraft

Fix typo and update NuRaft
This commit is contained in:
alesapin 2021-10-25 10:36:06 +03:00 committed by GitHub
commit aca3166a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
contrib/NuRaft vendored

@ -1 +1 @@
Subproject commit 7ecb16844af6a9c283ad432d85ecc2e7d1544676
Subproject commit d10351f312c1ae1ca3fdda433693dfbef3acfece

View File

@ -1914,8 +1914,8 @@ void Context::initializeKeeperDispatcher([[maybe_unused]] bool start_async) cons
if (start_async)
{
assert(!is_standalone_app);
LOG_INFO(shared->log, "Connected to ZooKeeper (or Keeper) before internal Keeper start or we don't depend on our Keeper cluster"
", will wait for Keeper asynchronously");
LOG_INFO(shared->log, "Connected to ZooKeeper (or Keeper) before internal Keeper start or we don't depend on our Keeper cluster, "
"will wait for Keeper asynchronously");
}
else
{