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 e6ac218 [build] Fix Java build on JDK 13
new 3f52d9a memrowset: small optimizations for scanning
new 0cded86 mini-cluster: disallow restarting daemons from other threads
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/mini-cluster/external_mini_cluster.cc | 9 ++-
src/kudu/mini-cluster/external_mini_cluster.h | 7 +++
src/kudu/tablet/cbtree-test.cc | 82 ++++++++++++++++++--------
src/kudu/tablet/concurrent_btree.h | 23 +++++++-
src/kudu/tablet/memrowset.cc | 7 +--
src/kudu/tablet/memrowset.h | 7 +--
6 files changed, 97 insertions(+), 38 deletions(-)