Hello Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/9597
to review the following change.
Change subject: KUDU-2335. Work around rare consensus health bug for 1.7 release
......................................................................
KUDU-2335. Work around rare consensus health bug for 1.7 release
In very rare circumstances we have hit a DHCECK in quorum_util.cc
stating that the leader should never have a "failed" health status.
If we hit this in production we should log an error and decline to evict
any nodes from that configuration.
Since this is just a workaround for a very rare bug, we should also
implement a fix once we get to the bottom of the issue.
Change-Id: Iad67c7943a5b619ef2fa3a67c92cc033e207e197
---
M src/kudu/consensus/quorum_util.cc
1 file changed, 8 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/9597/1
--
To view, visit http://gerrit.cloudera.org:8080/9597
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad67c7943a5b619ef2fa3a67c92cc033e207e197
Gerrit-Change-Number: 9597
Gerrit-PatchSet: 1
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>