mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Better message
This commit is contained in:
parent
f45993cd1e
commit
aecdd02be4
@ -493,7 +493,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(
|
||||
if (!zookeeper->tryGet(quorum_info.status_path, value, nullptr, event))
|
||||
break;
|
||||
|
||||
LOG_TRACE(log, "Quorum {} still exists, will wait for updates", quorum_info.status_path);
|
||||
LOG_TRACE(log, "Quorum node {} still exists, will wait for updates", quorum_info.status_path);
|
||||
|
||||
ReplicatedMergeTreeQuorumEntry quorum_entry(value);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user