You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/16 09:34:48 UTC

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #932: Refactor tablet mgr code

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org