platoneko commented on code in PR #24390: URL: https://github.com/apache/doris/pull/24390#discussion_r1325786513
########## be/src/olap/tablet.h: ########## @@ -533,7 +533,13 @@ class Tablet : public BaseTablet { void gc_binlogs(int64_t version); Status ingest_binlog_metas(RowsetBinlogMetasPB* metas_pb); - inline void increase_io_error_times() { ++_io_error_times; } + inline void report_error(Status st) { Review Comment: `const Status&` -- 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