mirror of https://github.com/milvus-io/milvus.git
parent
404d607eb6
commit
5b0b226bc4
|
@ -666,7 +666,7 @@ DBImpl::Compact(const std::string& table_id) {
|
|||
|
||||
WaitBuildIndexFinish();
|
||||
|
||||
std::lock_guard<std::mutex> index_lock(index_result_mutex_);
|
||||
const std::lock_guard<std::mutex> index_lock(build_index_mutex_);
|
||||
const std::lock_guard<std::mutex> merge_lock(flush_merge_compact_mutex_);
|
||||
|
||||
ENGINE_LOG_DEBUG << "Compacting table: " << table_id;
|
||||
|
|
Loading…
Reference in New Issue