gavinchou commented on code in PR #57922:
URL: https://github.com/apache/doris/pull/57922#discussion_r2570339361


##########
be/src/cloud/cloud_tablet_mgr.cpp:
##########
@@ -240,8 +231,22 @@ Result<std::shared_ptr<CloudTablet>> 
CloudTabletMgr::get_tablet(int64_t tablet_i
                                                      load_result.error()));
         }
         auto tablet = load_result.value();
-        set_tablet_access_time_ms(tablet.get());
-        return tablet;
+        if (!cache_on_miss) {

Review Comment:
   we should not issue `sync_tablet_rowsets()` line 220 when you are trying to 
get tablet meta only.



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