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 6db61c3d7 KUDU-613: Micro-optimization in Erase()
new 82213c1fb [tablet] create CompactionOrFlushInput wrapped into
shared_ptr
new db2a92a7c KUDU-3571: fix flakiness in
AutoIncrementingItest.BootstrapNoWalsNoData
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:
.../integration-tests/auto_incrementing-itest.cc | 11 ++-
src/kudu/tablet/compaction-test.cc | 81 ++++++++++------------
src/kudu/tablet/compaction.cc | 27 ++++----
src/kudu/tablet/compaction.h | 11 +--
src/kudu/tablet/diskrowset.cc | 4 +-
src/kudu/tablet/diskrowset.h | 2 +-
src/kudu/tablet/memrowset.cc | 4 +-
src/kudu/tablet/memrowset.h | 2 +-
src/kudu/tablet/mock-rowsets.h | 2 +-
src/kudu/tablet/rowset.cc | 2 +-
src/kudu/tablet/rowset.h | 4 +-
src/kudu/tablet/tablet.cc | 2 +-
12 files changed, 75 insertions(+), 77 deletions(-)