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 7673e0a  [clock] use GTEST_SKIP in BuiltinNtpWithMiniChronydTest
     new c2f4cf7  [util] flag to specify hosts to fail DNS resolution
     new f964714  [consensus] KUDU-2302: don't crash if new leader can't 
resolve peer

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-test-util.h           |  22 ++++
 src/kudu/consensus/consensus_peers-test.cc         |  26 +++--
 src/kudu/consensus/consensus_peers.cc              |  42 ++++++--
 src/kudu/consensus/consensus_peers.h               |  23 +++-
 src/kudu/consensus/peer_manager.cc                 |  11 +-
 src/kudu/consensus/peer_manager.h                  |  10 +-
 src/kudu/consensus/raft_consensus.cc               |   8 +-
 src/kudu/consensus/raft_consensus.h                |   2 +-
 src/kudu/integration-tests/cluster_itest_util.cc   |   7 +-
 src/kudu/integration-tests/cluster_itest_util.h    |   6 +-
 .../raft_consensus_election-itest.cc               | 119 +++++++++++++++++++++
 src/kudu/util/net/net_util-test.cc                 |  39 +++++++
 src/kudu/util/net/net_util.cc                      |  24 ++++-
 13 files changed, 294 insertions(+), 45 deletions(-)

Reply via email to