chaoyli commented on a change in pull request #688: Add path GC for BE
URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263358618
 
 

 ##########
 File path: be/src/olap/tablet_manager.h
 ##########
 @@ -108,7 +108,9 @@ class TabletManager {
     TabletSharedPtr find_best_tablet_to_compaction(CompactionType 
compaction_type);
 
     // Get tablet pointer
-    TabletSharedPtr get_tablet(TTabletId tablet_id, SchemaHash schema_hash, 
bool load_tablet = true);
+    TabletSharedPtr get_tablet(TTabletId tablet_id, SchemaHash schema_hash);
+
+    bool get_tablet_id_and_schema_hash_from_path(std::string path, TTabletId* 
tablet_id, TSchemaHash* schema_hash);
 
 Review comment:
   std::string&

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