[ https://issues.apache.org/jira/browse/KUDU-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893631#comment-17893631 ]
ASF subversion and git services commented on KUDU-3589: ------------------------------------------------------- Commit c5993dbf4f8e706784c690f3d5b38cad75276387 in kudu's branch refs/heads/master from Ádám Bakai [ https://gitbox.apache.org/repos/asf?p=kudu.git;h=c5993dbf4 ] KUDU-3589 Wait until masters become voters In SecurityITest.TestNonDefaultPrincipalMultipleMaster test, when the leader was shut down, it was possible that some of the Raft members are still in learner mode. This makes it impossible for the cluster to recover and elect a new leader. To solve this test issue, there is an explicit wait until masters become voters in the Raft consensus. This was done by using the already existing VerifyVotersOnAllMasters function. The function was moved from dynamic_multi_master-test to external_mini_cluster to be usable from security-itest, too. Change-Id: I1ea46345680ce506206e9335a147b887fc173b50 Reviewed-on: http://gerrit.cloudera.org:8080/21636 Tested-by: Alexey Serbin <ale...@apache.org> Reviewed-by: Alexey Serbin <ale...@apache.org> > SecurityITest.TestNonDefaultPrincipalMultipleMaster is flaky > ------------------------------------------------------------ > > Key: KUDU-3589 > URL: https://issues.apache.org/jira/browse/KUDU-3589 > Project: Kudu > Issue Type: Sub-task > Reporter: Bakai Ádám > Assignee: Bakai Ádám > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)