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 926bca8 [metrics] Fix bugs when metrics do merge
new 54db215 KUDU-3011 p5: transfer leadership when quiescing
new 31ed4a1 KUDU-3011 p6: don't transfer leadership to quiescing followers
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/consensus/consensus.proto | 5 +
src/kudu/consensus/consensus_peers-test.cc | 1 +
src/kudu/consensus/consensus_queue-test.cc | 133 +++++++++++++-
src/kudu/consensus/consensus_queue.cc | 26 ++-
src/kudu/consensus/consensus_queue.h | 10 ++
src/kudu/consensus/raft_consensus.cc | 11 +-
.../tablet_server_quiescing-itest.cc | 200 +++++++++++++++++++--
7 files changed, 361 insertions(+), 25 deletions(-)