This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 8ddeda6 [clock] modernize clock-related classes
new e7d9d02 [docs] Fix code block formatting
new 62c2fdd cfile: track memory for CFileReaders and BloomFileReaders
new 09ffff4 TestMiniKuduCluster: deflake testHiveMetastoreIntegration
new 3f6d3c4 AsyncKuduClient: improve debug-level getTableKeyRanges logging
new f73671a TestKuduPartitioner: deflake testBuildTimeout
The 5 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:
docs/design-docs/tablet.md | 10 ++++++++--
.../org/apache/kudu/client/AsyncKuduClient.java | 3 ++-
.../apache/kudu/client/TestKuduPartitioner.java | 4 +++-
.../org/apache/kudu/test/TestMiniKuduCluster.java | 2 +-
src/kudu/tablet/cfile_set-test.cc | 15 ++++++++++-----
src/kudu/tablet/cfile_set.cc | 22 +++++++++++++---------
src/kudu/tablet/cfile_set.h | 9 ++++++---
src/kudu/tablet/diskrowset.cc | 6 ++++--
src/kudu/tablet/tablet_mem_trackers.h | 8 +++++++-
9 files changed, 54 insertions(+), 25 deletions(-)