mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 10:22:41 +08:00
update
Signed-off-by: Zhiru Zhu <zzhu@fandm.edu>
This commit is contained in:
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…
x
Reference in New Issue
Block a user