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:
Sema Checherinda 2023-07-01 19:38:35 +02:00 committed by GitHub
commit 8b4fda9672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,6 @@ void MergeTreeBackgroundExecutor<Queue>::removeTasksCorrespondingToStorage(Stora
}
catch (...)
{
printExceptionWithRespectToAbort(log);
pending.remove(id);
}