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
Based on cockroachdb/cockroach#66468, we should add another "prepare to upgrade" action to make sure that all previously decommissioned nodes are marked as fully decommissioned. If not, the upgrade won't be finalized.
Basic steps:
Run cockroach node status --decommission.
Check for any nodes with membership as decommissioning.
Decommission those nodes again.
Run cockroach node status --decommission again and confirm that membership is now decommissioned.
This will likely be an issue for nodes decommissioning prior to 20.2.
Jesse Seldess (jseldess) commented:
Based on cockroachdb/cockroach#66468, we should add another "prepare to upgrade" action to make sure that all previously decommissioned nodes are marked as fully decommissioned. If not, the upgrade won't be finalized.
Basic steps:
cockroach node status --decommission
.membership
asdecommissioning
.cockroach node status --decommission
again and confirm thatmembership
is nowdecommissioned
.This will likely be an issue for nodes decommissioning prior to 20.2.
gz#9509
gz#9407
Jira Issue: DOC-1543
The text was updated successfully, but these errors were encountered: