This is an automated email from the ASF dual-hosted git repository.
bankim pushed a change to branch branch-1.15.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 736b8a1 Bump up version to 1.15.0
new 19d58ad KUDU-2612 allow system user to read list of table replicas
new c727dbf [consensus] --evict_failed_followers is a runtime flag
new a5bf0e7 [java] KUDU-3267 Improve logging on writes to non-existent
partitions
The 3 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:
.../org/apache/kudu/client/AsyncKuduSession.java | 14 +-
.../kudu/client/NonCoveredRangeException.java | 20 +-
.../apache/kudu/client/TestKuduPartitioner.java | 2 +-
.../org/apache/kudu/client/TestKuduSession.java | 36 +++
src/kudu/consensus/raft_consensus.cc | 1 +
src/kudu/integration-tests/ts_authz-itest.cc | 279 ++++++++++++++++++++-
src/kudu/master/catalog_manager.cc | 4 +-
7 files changed, 333 insertions(+), 23 deletions(-)