wangbo commented on code in PR #16472: URL: https://github.com/apache/doris/pull/16472#discussion_r1113814178
########## be/src/common/config.h: ########## @@ -913,6 +913,10 @@ CONF_Int32(max_depth_in_bkd_tree, "32"); CONF_Int32(num_broadcast_buffer, "32"); // semi-structure configs CONF_Bool(enable_parse_multi_dimession_array, "true"); + +// Report a tablet as bad when io errors occurs more than this value. +CONF_mInt64(max_tablet_io_errors, "-1"); Review Comment: More comments are needed to explain the function of this switch, including: 1 When this case appears ENV Prod, it is better for the administrator to deal it. 2 This switch is off by default, before turning on the switch, make sure you can understand the risks caused by this switch, this risk is : this switch may catch the exception and digest it, this may cause some other case. -- 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]
