提交 92ca4ab5 编写于 作者: A Alexey Milovidov

Investigating [#METR-21326].

上级 9594acf8
......@@ -21,8 +21,6 @@ public:
using AllowedMergingPredicate = std::function<bool (const MergeTreeData::DataPartPtr &, const MergeTreeData::DataPartPtr &)>;
public:
static const size_t NO_LIMIT = std::numeric_limits<size_t>::max();
MergeTreeDataMerger(MergeTreeData & data_);
void setCancellationHook(CancellationHook cancellation_hook_);
......
......@@ -1647,6 +1647,7 @@ bool StorageReplicatedMergeTree::canMergeParts(
void StorageReplicatedMergeTree::mergeSelectingThread()
{
setThreadName("ReplMTMergeSel");
LOG_DEBUG(log, "Merge selecting thread started");
bool need_pull = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册