This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from dd11d5c0a5 [enhancement](memory) Support try catch bad alloc (#14135) add 33b50860c7 [improvement](load) release load channel actively when error occurs (#14218) No new revisions were added by this update. Summary of changes: be/src/olap/delta_writer.cpp | 19 +++-- be/src/olap/delta_writer.h | 2 + be/src/runtime/load_channel.cpp | 21 +++++- be/src/runtime/load_channel.h | 24 +----- be/src/runtime/load_channel_mgr.cpp | 132 ++++++++++++++++++++++++++++++++ be/src/runtime/load_channel_mgr.h | 145 ++---------------------------------- be/src/runtime/tablets_channel.cpp | 35 ++++----- be/src/runtime/tablets_channel.h | 3 +- 8 files changed, 190 insertions(+), 191 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org