Yoruet commented on code in PR #42227:
URL: https://github.com/apache/doris/pull/42227#discussion_r1809796176


##########
be/src/cloud/cloud_compaction_action.cpp:
##########
@@ -196,10 +196,16 @@ Status 
CloudCompactionAction::_handle_run_status_compaction(HttpRequest* req,
         std::string compaction_type;
         bool run_status = false;
 
+        CloudTabletSPtr cloud_tablet = 
DORIS_TRY(_engine.tablet_mgr().get_tablet(tablet_id));

Review Comment:
   this code seems hard to use defer samentic.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to