yiguolei commented on code in PR #28729: URL: https://github.com/apache/doris/pull/28729#discussion_r1434688266
########## be/src/olap/rowset/segment_v2/segment_writer.cpp: ########## @@ -1005,8 +1005,8 @@ Status SegmentWriter::finalize(uint64_t* segment_file_size, uint64_t* index_size timer.start(); // check disk capacity if (_data_dir != nullptr && _data_dir->reach_capacity_limit((int64_t)estimate_segment_size())) { - return Status::Error<DISK_REACH_CAPACITY_LIMIT>("disk {} exceed capacity limit, path: {}", Review Comment: 不要改 -- 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