mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update ReplicatedMergeTreeBlockOutputStream.cpp
This commit is contained in:
parent
1554390bab
commit
e64b2df874
@ -372,7 +372,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(zkutil::ZooKeeperPtr & zoo
|
||||
storage.merge_selecting_event.set();
|
||||
|
||||
/// Lock nodes have been already deleted, do not delete them in destructor
|
||||
block_number_lock.setIsUnlocked();
|
||||
block_number_lock.assumeUnlocked();
|
||||
}
|
||||
else if (zkutil::isUserError(info.code))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user