This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
from 0104a78b7 [util] introduce ScopedCleanup::run()
new 806bba5b2 [consensus] micro-optimisation on RequestVote()
new 19fb1851e [compaction] Add memory tracking for better OOM issues
triaging
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:
src/kudu/common/rowblock_memory.h | 3 +-
src/kudu/consensus/raft_consensus.cc | 16 +++----
src/kudu/tablet/compaction-highmem-test.cc | 34 +++++++++++++++
src/kudu/tablet/delta_compaction.cc | 68 +++++++++++++++++++++++++++---
src/kudu/tablet/delta_compaction.h | 12 ++++++
src/kudu/tablet/delta_store.h | 10 +++++
src/kudu/tablet/deltafile.cc | 1 +
src/kudu/util/process_memory.cc | 16 +++++++
src/kudu/util/process_memory.h | 4 ++
9 files changed, 149 insertions(+), 15 deletions(-)