gavinchou commented on code in PR #42066: URL: https://github.com/apache/doris/pull/42066#discussion_r1814843747
########## gensrc/thrift/HeartbeatService.thrift: ########## @@ -41,6 +41,8 @@ struct TMasterInfo { 9: optional list<TFrontendInfo> frontend_infos 10: optional string meta_service_endpoint; 11: optional string cloud_unique_id; + // See configuration item Config.java rehash_tablet_after_be_dead_seconds for meaning + 12: optional i64 cloud_tablet_report_exceed_time_limit; Review Comment: does it mean "timeout" or "interval"? -- 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