Mike Percy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9597 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/9597 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Mike Percy <[email protected]> --- M src/kudu/consensus/quorum_util.cc 1 file changed, 13 insertions(+), 3 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Mike Percy: Verified -- 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: merged Gerrit-Change-Id: Iad67c7943a5b619ef2fa3a67c92cc033e207e197 Gerrit-Change-Number: 9597 Gerrit-PatchSet: 4 Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]>
