mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix typo
This commit is contained in:
parent
faa5190f11
commit
26eb49b48d
@ -340,7 +340,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(
|
||||
|
||||
if (multi_code == Coordination::Error::ZNODEEXISTS && deduplicate_block && failed_op_path == block_id_path)
|
||||
{
|
||||
/// Block with the same id have just appeared in table (or other replica), rollback thee insertion.
|
||||
/// Block with the same id have just appeared in table (or other replica), rollback the insertion.
|
||||
LOG_INFO(log, "Block with ID {} already exists; ignoring it (removing part {})", block_id, part->name);
|
||||
|
||||
part->is_duplicate = true;
|
||||
|
Loading…
Reference in New Issue
Block a user