bobhan1 commented on code in PR #51320: URL: https://github.com/apache/doris/pull/51320#discussion_r2115421609
########## be/src/cloud/cloud_tablet.h: ########## @@ -37,6 +38,7 @@ struct SyncRowsetStats { int64_t get_remote_delete_bitmap_rpc_ns {0}; int64_t get_remote_tablet_meta_rpc_ns {0}; + int64_t get_remote_tablet_total_time_ns {0}; Review Comment: `get_remote_tablet_total_time_ns` is not used? -- 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