mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Address review comments
This commit is contained in:
parent
cf5517a099
commit
5f676999ed
@ -236,7 +236,6 @@ void ReplicatedMergeTreeQueue::removeDropReplaceIntent(const MergeTreePartInfo &
|
||||
bool ReplicatedMergeTreeQueue::isIntersectingWithDropReplaceIntent(
|
||||
const LogEntry & entry, const String & part_name, String & out_reason, std::unique_lock<std::mutex> & /*state_mutex lock*/) const
|
||||
{
|
||||
// TODO(antaljanosbenjamin): fill out out_reason
|
||||
const auto part_info = MergeTreePartInfo::fromPartName(part_name, format_version);
|
||||
for (const auto & intent : drop_replace_range_intents)
|
||||
{
|
||||
@ -252,6 +251,7 @@ bool ReplicatedMergeTreeQueue::isIntersectingWithDropReplaceIntent(
|
||||
entry.new_part_name,
|
||||
part_name,
|
||||
intent.getPartNameForLogs());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user