This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 4672c75 [mini_kdc] MiniKdc::Kinit() atomically replaces ccache
new 7dff767 test: add some buffer in timing metrics
new 7059548 KUDU-1625: background op to GC ancient, fully deleted rowsets
new f4508ff tablet: cache delta stats when flushing a DMS
new 58f7a30 tablet: plumb delta stats into delta compaction outputs
The 4 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:
.../kudu/subprocess/echo/TestEchoSubprocess.java | 7 +-
.../integration-tests/tablet_history_gc-itest.cc | 109 ++++++++++++--
src/kudu/tablet/delta_compaction-test.cc | 8 +-
src/kudu/tablet/delta_compaction.cc | 28 ++--
src/kudu/tablet/delta_store.cc | 6 +-
src/kudu/tablet/delta_store.h | 19 ++-
src/kudu/tablet/delta_tracker.cc | 69 ++++++---
src/kudu/tablet/delta_tracker.h | 28 ++--
src/kudu/tablet/deltafile-test.cc | 8 +-
src/kudu/tablet/deltafile.cc | 20 ++-
src/kudu/tablet/deltafile.h | 43 ++++--
src/kudu/tablet/deltamemstore-test.cc | 4 +-
src/kudu/tablet/deltamemstore.cc | 12 +-
src/kudu/tablet/deltamemstore.h | 23 ++-
src/kudu/tablet/diskrowset.cc | 24 +++-
src/kudu/tablet/diskrowset.h | 3 +
src/kudu/tablet/memrowset.h | 7 +
src/kudu/tablet/mock-rowsets.h | 78 ++++++-----
src/kudu/tablet/mt-tablet-test.cc | 62 +++++---
src/kudu/tablet/rowset.h | 14 ++
src/kudu/tablet/tablet-test-base.h | 8 ++
src/kudu/tablet/tablet-test-util.h | 6 +-
src/kudu/tablet/tablet.cc | 91 ++++++++++++
src/kudu/tablet/tablet.h | 23 ++-
src/kudu/tablet/tablet_bootstrap.cc | 16 ++-
src/kudu/tablet/tablet_history_gc-test.cc | 156 +++++++++++++++++----
src/kudu/tablet/tablet_metrics.cc | 29 ++++
src/kudu/tablet/tablet_metrics.h | 4 +
src/kudu/tablet/tablet_mm_ops.cc | 48 +++++++
src/kudu/tablet/tablet_mm_ops.h | 38 ++++-
src/kudu/tablet/tablet_replica-test.cc | 75 ++++++++--
31 files changed, 861 insertions(+), 205 deletions(-)
|