chaoyli commented on a change in pull request #872: Rename rowset id in restore 
stage
URL: https://github.com/apache/incubator-doris/pull/872#discussion_r272034102
 
 

 ##########
 File path: be/src/runtime/snapshot_loader.cpp
 ##########
 @@ -951,6 +965,8 @@ Status SnapshotLoader::_replace_tablet_id(
         return Status::OK;
     } else if (_end_with(file_name, ".idx")
             || _end_with(file_name, ".dat")) {
+        // currently all files is rowset ids without tabletid
+        /**
 
 Review comment:
   Codes in annotation may be better to be removed.

----------------------------------------------------------------
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]

Reply via email to