Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/7440
to look at the new patch set (#2).
Change subject: disk failure: replicate failed tablets
......................................................................
disk failure: replicate failed tablets
Tablets that are marked FAILED or FAILED_AND_SHUTDOWN should eventually
be replicated. If a tablet is in either of these states and the tserver
is responding to a request, the response will be TABLET_FAILED rather
than TABLET_NOT_RUNNING. A response of TABLET_FAILED will then initiate
a tablet copy for the failed tablet.
This is useful, as a disk failure immediately marks a tablet as FAILED
and eventually shuts it down forcefully, leaving it as
FAILED_AND_SHUTDOWN.
RaftConsensusITest is updated to ensure that a FAILED tablet is actually
copied.
Change-Id: I5f61585b02fbe270d215bf7f49c0d390ceee3345
---
M src/kudu/client/scanner-internal.cc
M src/kudu/consensus/consensus_peers.cc
M src/kudu/consensus/consensus_queue.cc
M src/kudu/integration-tests/raft_consensus-itest.cc
M src/kudu/tserver/tablet_server-test.cc
M src/kudu/tserver/tablet_service.cc
M src/kudu/tserver/tserver.proto
7 files changed, 26 insertions(+), 15 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/7440/2
--
To view, visit http://gerrit.cloudera.org:8080/7440
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5f61585b02fbe270d215bf7f49c0d390ceee3345
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Tidy Bot
Gerrit-Reviewer: Todd Lipcon <[email protected]>