mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
dbms: fixed error [#METR-18061].
This commit is contained in:
parent
87e1e69ff6
commit
9025f88561
@ -1438,8 +1438,8 @@ bool StorageReplicatedMergeTree::queueTask(BackgroundProcessingPool::Context & p
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
++entry->num_postponed;
|
++(*it)->num_postponed;
|
||||||
entry->last_postpone_time = time(0);
|
(*it)->last_postpone_time = time(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user