mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
clang format fix
This commit is contained in:
parent
bc93735b18
commit
d53385caa7
@ -179,7 +179,7 @@ XBuildIndexTask::Execute() {
|
|||||||
ENGINE_LOG_DEBUG << "Failed to update file to index, mark file: " << table_file.file_id_ << " to to_delete";
|
ENGINE_LOG_DEBUG << "Failed to update file to index, mark file: " << table_file.file_id_ << " to to_delete";
|
||||||
|
|
||||||
ENGINE_LOG_ERROR << "Failed to persist index file: " << table_file.location_
|
ENGINE_LOG_ERROR << "Failed to persist index file: " << table_file.location_
|
||||||
<< ", possible out of disk space";
|
<< ", possible out of disk space";
|
||||||
|
|
||||||
build_index_job->BuildIndexDone(to_index_id_);
|
build_index_job->BuildIndexDone(to_index_id_);
|
||||||
build_index_job->GetStatus() = Status(DB_ERROR, msg);
|
build_index_job->GetStatus() = Status(DB_ERROR, msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user