mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #51697 from CheSema/less-logs-3
do not log exception aborted for pending mutate/merge entries when shutdown
This commit is contained in:
commit
8b4fda9672
@ -182,7 +182,6 @@ void MergeTreeBackgroundExecutor<Queue>::removeTasksCorrespondingToStorage(Stora
|
|||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
printExceptionWithRespectToAbort(log);
|
|
||||||
pending.remove(id);
|
pending.remove(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user