github-actions[bot] opened a new pull request, #42955:
URL: https://github.com/apache/doris/pull/42955
PR Body: When read/write a tablet, if meet io error, it will increase this
tablet's field `_io_error_times`. And if `_io_error_times` >=
config::max_tablet_io_errors, then be will report this tablet as bad, then
fe can drop it later.
But there are a lot of code that may met an io error! And they may forget
to increase this tablet's _io_error_times.
This PR only fix some, there should be others not fixed.
What's more, config::max_tablet_io_errors of be.conf default value is -1.
It means always no set tablet as bad. For an online cluster, it shoud manually
set this parameter > 0 in order to make it work.
Cherry-picked from #42208
--
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]