You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/03/23 06:11:02 UTC

[kudu-CR] consensus: Add consensus peers health reporting test

Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/9766

to look at the new patch set (#2).

Change subject: consensus: Add consensus peers health reporting test
......................................................................

consensus: Add consensus peers health reporting test

This new test provides functional coverage on tablet health states and
common health status transitions.

This patch also adds a version of CauseFollowerToFallBehindLogGC() that
allows for a pre-selected follower to fall behind the log GC threshold.
That enables us to verify a health status transition from FAILED to
FAILED_UNAVAILABLE.

Change-Id: I65d787a3146749e36e33d78e253914a5ffe5762d
---
M src/kudu/integration-tests/CMakeLists.txt
M src/kudu/integration-tests/cluster_itest_util.h
A src/kudu/integration-tests/consensus_peer_health_status-itest.cc
M src/kudu/integration-tests/raft_consensus-itest-base.cc
M src/kudu/integration-tests/raft_consensus-itest-base.h
5 files changed, 241 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/66/9766/2
-- 
To view, visit http://gerrit.cloudera.org:8080/9766
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I65d787a3146749e36e33d78e253914a5ffe5762d
Gerrit-Change-Number: 9766
Gerrit-PatchSet: 2
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot