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


##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -532,8 +532,9 @@ Status 
CloudMetaMgr::sync_tablet_rowsets_unlocked(CloudTablet* tablet,
                                   ? GetRowsetRequest::NO_DICT
                                   : GetRowsetRequest::RETURN_DICT);
         VLOG_DEBUG << "send GetRowsetRequest: " << req.ShortDebugString();
-
+        auto start = std::chrono::high_resolution_clock::now();

Review Comment:
   use steady_clock instead? 
   also check other occurences.
   ![Uploading image.png…]()
   



##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -532,8 +532,9 @@ Status 
CloudMetaMgr::sync_tablet_rowsets_unlocked(CloudTablet* tablet,
                                   ? GetRowsetRequest::NO_DICT
                                   : GetRowsetRequest::RETURN_DICT);
         VLOG_DEBUG << "send GetRowsetRequest: " << req.ShortDebugString();
-
+        auto start = std::chrono::high_resolution_clock::now();

Review Comment:
   use steady_clock instead? 
   also check other occurences.
   <img width="1023" alt="image" 
src="https://github.com/user-attachments/assets/2ca934b6-c4eb-43a0-a25d-d7caadd142b8";
 />
   
   



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to