Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9597
to look at the new patch set (#2).
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 in
pre-commit builds stating that the leader should always have a HEALTHY
health status. We have traced this to points in the replica lifecycle
when the health status could be UNKNOWN.
Since we want to release 1.7.0 soon, let's work around this issue for
now. We'll follow up with a "real" fix and a decent test later.
Change-Id: Iad67c7943a5b619ef2fa3a67c92cc033e207e197
---
M src/kudu/consensus/quorum_util.cc
1 file changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/9597/2
--
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: newpatchset
Gerrit-Change-Id: Iad67c7943a5b619ef2fa3a67c92cc033e207e197
Gerrit-Change-Number: 9597
Gerrit-PatchSet: 2
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins