mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Less locks
This commit is contained in:
parent
80b9b13771
commit
e21d23d04d
@ -689,11 +689,8 @@ bool DatabaseReplicated::checkDigestValid(const ContextPtr & local_context, bool
|
||||
LOG_TEST(log, "Current in-memory metadata digest: {}", tables_metadata_digest);
|
||||
|
||||
/// Database is probably being dropped
|
||||
{
|
||||
std::lock_guard lock{ddl_worker_mutex};
|
||||
if (!local_context->getZooKeeperMetadataTransaction() && (!ddl_worker || !ddl_worker->isCurrentlyActive()))
|
||||
return true;
|
||||
}
|
||||
|
||||
UInt64 local_digest = 0;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user