This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git
from 25eb49082ae wait for clear cache before do spill to disk new 61d09518e96 [enhancement](memtable) make memtable memusage more accurate (#40912) new 330e0d3dae2 [bugfix](cache) the cache capacity is wrong when memusage > soft memlimit (#40961) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/common/config.cpp | 2 -- be/src/common/config.h | 2 -- be/src/common/daemon.cpp | 6 ++++- be/src/olap/memtable.cpp | 40 +++++++++++++-------------------- be/src/olap/memtable.h | 37 +++++++++++++++--------------- be/src/olap/memtable_flush_executor.cpp | 24 +++++++++----------- be/src/olap/memtable_flush_executor.h | 4 ++-- be/src/olap/memtable_memory_limiter.cpp | 4 +++- be/src/olap/memtable_writer.cpp | 40 +++++++++++++-------------------- be/src/olap/memtable_writer.h | 11 ++++----- be/src/runtime/tablets_channel.cpp | 2 +- 11 files changed, 75 insertions(+), 97 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org