This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
from 0eee0d940 KUDU-3408 Better "kudurc" documentation new 55256681b [tablet] a small cleanup on DeltaTracker and around new f413f09b2 [tablet] minor optimization on DeltaFileIterator 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/cfile/binary_plain_block.h | 15 +++++ src/kudu/cfile/cfile_writer.cc | 1 + src/kudu/cfile/cfile_writer.h | 2 +- src/kudu/tablet/compaction.cc | 16 +++-- src/kudu/tablet/delta_store.cc | 7 ++- src/kudu/tablet/delta_store.h | 2 +- src/kudu/tablet/delta_tracker.cc | 81 ++++++++++++------------ src/kudu/tablet/delta_tracker.h | 14 ++--- src/kudu/tablet/deltafile.cc | 120 ++++++++++++------------------------ src/kudu/tablet/deltafile.h | 50 +++++++++++++-- src/kudu/tablet/diskrowset-test.cc | 20 +++--- src/kudu/tablet/diskrowset.cc | 9 ++- src/kudu/tablet/diskrowset.h | 13 +++- src/kudu/tablet/metadata-test.cc | 2 +- src/kudu/tablet/rowset_metadata.cc | 10 ++- src/kudu/tablet/rowset_metadata.h | 8 +-- src/kudu/tablet/tablet.cc | 3 +- 17 files changed, 200 insertions(+), 173 deletions(-)