This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch branch-1.15.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 5cc9652 KUDU-1884: set sasl_protocol_name for the TxnSystemClient
new 33c05f1 [test] minor clean up on
TestUnsafeChangeConfigLeaderWithPendingConfig
new 92d8d10 [consensus] a small optimisation on log prefix
new 14a28e1 [backup] KUDU-3183 Add --newDatabaseName and
--removeImpalaPrefix options to restore job
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:
.../scala/org/apache/kudu/backup/KuduRestore.scala | 36 ++++++++++-
.../scala/org/apache/kudu/backup/Options.scala | 21 +++++++
.../org/apache/kudu/backup/TestKuduBackup.scala | 69 +++++++++++++++++++++-
.../scala/org/apache/kudu/backup/TestOptions.scala | 4 ++
src/kudu/consensus/pending_rounds.cc | 8 +--
src/kudu/consensus/pending_rounds.h | 8 ++-
src/kudu/consensus/raft_consensus.cc | 10 +---
src/kudu/consensus/raft_consensus.h | 7 ++-
src/kudu/tools/kudu-admin-test.cc | 20 +++----
9 files changed, 149 insertions(+), 34 deletions(-)