This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
from 4c56e0992 KUDU-1945 Auto-incrementing column, Python client
new 7d107c24d KUDU-1945 Update auto incrementing counter during bootstrap
new 29ac960da KUDU-3437 Set default block_cache_metrics_policy to reset
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 | 319 ++++++++++++++++++---
src/kudu/master/master_options.cc | 2 +-
src/kudu/master/mini_master.cc | 2 +
src/kudu/tablet/tablet.cc | 47 ++-
src/kudu/tablet/tablet.h | 4 +
src/kudu/tserver/tablet_server-test-base.h | 8 +-
6 files changed, 339 insertions(+), 43 deletions(-)