[ https://issues.apache.org/jira/browse/KUDU-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Serbin updated KUDU-2839: -------------------------------- Affects Version/s: 1.10.0 > RebalanceParamTest.Rebalance in attemp to get location for non-participant in > a tablet's Raft configuration > ----------------------------------------------------------------------------------------------------------- > > Key: KUDU-2839 > URL: https://issues.apache.org/jira/browse/KUDU-2839 > Project: Kudu > Issue Type: Bug > Affects Versions: 1.10.0 > Reporter: Alexey Serbin > Priority: Major > Attachments: rebalancer_tool-test.6.txt.xz > > > The {{RebalanceParamTest.Rebalance}} test failed in DEBUG configuration with > the following error: > {noformat} > F0603 07:13:11.588726 15848 quorum_util.cc:167] Check failed: > RaftPeerPB::NON_PARTICIPANT != GetConsensusRole(peer_uuid, cstate) (3 vs. 3) > Peer 861adf9d6de84ed4ab78e87fd6a5a773 << not a participant in current_term: > 26 leader_uuid: "541ac298bf2c47e0ad81b321a9c20b27" committed_config { > opid_index: 22 OBSOLETE_local: false peers { permanent_uuid: > "861adf9d6de84ed4ab78e87fd6a5a773" member_type: VOTER last_known_addr { host: > "127.0.58.66" port: 33953 } attrs { replace: true } } peers { permanent_uuid: > "ff4c06c5941c4e94859fa179a82ee2bc" member_type: VOTER last_known_addr { host: > "127.0.58.68" port: 45965 } } peers { permanent_uuid: > "541ac298bf2c47e0ad81b321a9c20b27" member_type: VOTER last_known_addr { host: > "127.0.58.65" port: 41411 } } peers { permanent_uuid: > "343f590c8f5b4fb79dd3610100f66427" member_type: VOTER last_known_addr { host: > "127.0.58.72" port: 34089 } attrs { promote: false } } } pending_config { > opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: > "ff4c06c5941c4e94859fa179a82ee2bc" member_type: VOTER last_known_addr { host: > "127.0.58.68" port: 45965 } } peers { permanent_uuid: > "541ac298bf2c47e0ad81b321a9c20b27" member_type: VOTER last_known_addr { host: > "127.0.58.65" port: 41411 } } peers { permanent_uuid: > "343f590c8f5b4fb79dd3610100f66427" member_type: VOTER last_known_addr { host: > "127.0.58.72" port: 34089 } attrs { promote: false } } } > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)