You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a 9 node cluster was downsized, the expectation is that n7,n8 and n9 will be removed. In one case, YW actually picked n6,n7 and n9.
n8 was in the same AZ as n6 and should've been picked instead of n6. This was on 1.3.2.3
The text was updated successfully, but these errors were encountered:
Summary:
During a shrink of a universe, we want the nodes with the highest index to be removed
first. We should therefore sort by the node idx and use the highest idx node to be removed.
Test Plan:
Added a unit test. Also verified by checking the configure step and verified the nodes in
the ToBeRemoved state were the ones with the highest index.
Reviewers: bogdan, sanketh, ram
Reviewed By: ram
Subscribers: jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D8294
When a 9 node cluster was downsized, the expectation is that n7,n8 and n9 will be removed. In one case, YW actually picked n6,n7 and n9.
n8 was in the same AZ as n6 and should've been picked instead of n6. This was on 1.3.2.3
The text was updated successfully, but these errors were encountered: