Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17844 )
Change subject: [master] fix misprint in VerifyMastersGetHostPorts() ...................................................................... [master] fix misprint in VerifyMastersGetHostPorts() There was a misprint in the VerifyMastersGetHostPorts() function used in multi-master startup -- 'return Status::OK()' line was missing in the 'if()' clause when the masters don't agree on the current Raft config's index. Kotomi from #getkudu community Slack found and reported this issue. Thank you for the contribution! Change-Id: I8e2d623ac09bb0eb8e25e1a38cfba6b5b9819c78 Reviewed-on: http://gerrit.cloudera.org:8080/17844 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> --- M src/kudu/master/master_runner.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17844 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8e2d623ac09bb0eb8e25e1a38cfba6b5b9819c78 Gerrit-Change-Number: 17844 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
