This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from ab07462 [test] Remove unused variables
new 598a8c1 KUDU-2836: Release memory to OS periodically
new 523ec8b KUDU-2381: Optimize DeltaMemStore for case of no matching
deltas.
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/integration-tests/CMakeLists.txt | 3 +
src/kudu/integration-tests/cluster_itest_util.cc | 13 +++
src/kudu/integration-tests/cluster_itest_util.h | 16 ++-
.../integration-tests/disk_reservation-itest.cc | 18 +--
src/kudu/integration-tests/memory_gc-itest.cc | 122 +++++++++++++++++++++
src/kudu/server/server_base.cc | 36 +++++-
src/kudu/server/server_base.h | 9 ++
src/kudu/tablet/delta_store.cc | 40 ++++---
src/kudu/tablet/delta_store.h | 6 +
src/kudu/util/countdown_latch.h | 2 +-
src/kudu/util/process_memory.h | 3 +
11 files changed, 231 insertions(+), 37 deletions(-)
create mode 100644 src/kudu/integration-tests/memory_gc-itest.cc