-
Notifications
You must be signed in to change notification settings - Fork 318
DAOS-17492 control: Ensure updated members can become voters #16480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/2.6
Are you sure you want to change the base?
Conversation
When adding a new access point to config and restarting, the member is updated, not added, so it was not being considered a voter in the MS leader election. Features: control Signed-off-by: Kris Jacque <kris.jacque@hpe.com>
Ticket title is 'Aurora user/perf: Admin (dmg) command does not work from newly added access_point ' |
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-16480/1/testReport/ |
Test stage Functional Hardware Medium completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-16480/1/execution/node/1347/log |
Test stage Functional Hardware Medium Verbs Provider completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-16480/1/testReport/ |
- When initializing MS raft DB, check if any voters are no longer access points. These no-longer-participating voters can keep a leader election from completing. Features: control Signed-off-by: Kris Jacque <kris.jacque@hpe.com>
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-16480/2/testReport/ |
Features: control Signed-off-by: Kris Jacque <kris.jacque@hpe.com>
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-16480/3/testReport/ |
Test stage Functional Hardware Large completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-16480/3/execution/node/1347/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-16480/3/execution/node/1442/log |
When adding a new access point to config and restarting, the member is updated, not added, so it was not being considered a voter in the MS leader election.
Features: control
Steps for the author:
After all prior steps are complete: