Loading core/src/db/DBImpl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -664,7 +664,7 @@ DBImpl::Compact(const std::string& table_id) { ENGINE_LOG_DEBUG << "Before compacting, wait for build index thread to finish..."; WaitBuildIndexFinish(); // WaitBuildIndexFinish(); const std::lock_guard<std::mutex> index_lock(build_index_mutex_); const std::lock_guard<std::mutex> merge_lock(flush_merge_compact_mutex_); Loading Loading
core/src/db/DBImpl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -664,7 +664,7 @@ DBImpl::Compact(const std::string& table_id) { ENGINE_LOG_DEBUG << "Before compacting, wait for build index thread to finish..."; WaitBuildIndexFinish(); // WaitBuildIndexFinish(); const std::lock_guard<std::mutex> index_lock(build_index_mutex_); const std::lock_guard<std::mutex> merge_lock(flush_merge_compact_mutex_); Loading