Update StorageReplicatedMergeTree.cpp

This commit is contained in:
Anton Popov 2020-12-03 16:54:05 +03:00 committed by GitHub
parent cd1917c7a6
commit cab9855dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2645,7 +2645,7 @@ bool StorageReplicatedMergeTree::processQueueEntry(ReplicatedMergeTreeQueue::Sel
* See `queue.processEntry` function.
*/
throw;
}
}
catch (...)
{
tryLogCurrentException(log, __PRETTY_FUNCTION__);