yugabyte/yugabyte-db
Auf GitHub ansehen[YW] Deleting a universe with a released node requires "force delete"
Open
#5.781 geöffnet am 23. Sept. 2020
area/platformgood first issuehelp wantedpriority/low
Repository-Metriken
- Stars
- (8.229 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)
Beschreibung
Repro steps:
- Create a 3 node YW cloud universe (tested against GCP)
- Go to the nodes page at http://portal.dev.yugabyte.com/universes/e78b9592-0f2b-4e41-80e4-f30c94611b5b/nodes or equiv
- Pick one node, "Stop Processes"
- Pick same node, "Release Instance"
- Destroy/delete universe. Do not check "force delete" Universe deletion fails.
If "force delete" is set to true, universe deletion succeeds, so this is not a high pri issue. However, setting force delete can mask other errors, so it would be good to eventually fix this.