This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42208-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 79b6a99f12d [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) (#42905) add 8c4ab97508a [fix](tablet io error) fix tablet not increase _io_error_times in some cases. (#42208) No new revisions were added by this update. Summary of changes: be/src/io/fs/local_file_reader.cpp | 11 ++ be/src/io/fs/local_file_system.cpp | 17 +++- be/src/io/fs/local_file_writer.cpp | 9 ++ be/src/olap/rowset/beta_rowset.cpp | 9 +- be/src/olap/rowset/beta_rowset_writer.cpp | 3 +- be/src/olap/rowset/segment_v2/segment.cpp | 24 ++++- be/src/olap/rowset/segment_v2/segment.h | 8 +- be/src/olap/tablet.cpp | 13 +++ be/src/olap/tablet.h | 8 +- be/src/runtime/exec_env.cpp | 5 +- be/src/runtime/load_stream.cpp | 11 ++ be/test/olap/delete_bitmap_calculator_test.cpp | 3 +- docker/runtime/doris-compose/command.py | 16 +++ .../doris/regression/suite/SuiteCluster.groovy | 5 + .../suites/control_p0/test_tablet_io_error.groovy | 111 +++++++++++++++++++++ 15 files changed, 234 insertions(+), 19 deletions(-) create mode 100644 regression-test/suites/control_p0/test_tablet_io_error.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org