kangpinghuang commented on a change in pull request #932: Refactor tablet mgr
code
URL: https://github.com/apache/incubator-doris/pull/932#discussion_r275709136
##########
File path: be/src/olap/task/engine_storage_migration_task.cpp
##########
@@ -122,7 +123,7 @@ OLAPStatus
EngineStorageMigrationTask::_storage_medium_migrate(
// migrate all index and data files but header file
res = _copy_index_and_data_files(schema_hash_path, tablet,
consistent_rowsets);
if (res != OLAP_SUCCESS) {
- LOG(WARNING) << "fail to copy index and data files when migrate.
res=" << res;
+ LOG(WARNING) << "fail to copy index and data files when migrate.
res=" << res;
Review comment:
additional space
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]