Skip to content

Commit 0eff1c0

Browse files
Add comment on DEALLOCATED being state eventual (#1622) (#1623)
There is a known situation in which a previously `DEALLOCATED` offline server will transiently show as `DEALLOCATING` when restarting. In short, it doesn't know it has had it's user databases allocated away so starts them up, but it will eventually go back to `DEALLOCATED`. This PR makes this clear and updates the server state diagram. --------- Cherry-picked from #1622 Co-authored-by: Jack Waudby <[email protected]>
1 parent 60a884d commit 0eff1c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
56.8 KB
Loading

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A server can exist in five different states within the DBMS:
1919
* Dropped
2020

2121

22-
image::server-states3.png[width=800]
22+
image::server-states4.png[width=800]
2323

2424
=== Free state
2525

@@ -88,8 +88,9 @@ Additionally, servers which are deallocating will not have any further databases
8888
[role=label--new-5.15]
8989
=== Deallocated state
9090

91-
When a server is in the deallocated state it no longer hosts any databases any databases besides system and can be removed from the cluster.
91+
When a server is in the deallocated state, it no longer hosts any databases besides `system` and can be removed from the cluster.
9292
Additionally, deallocated servers cannot have any further databases allocated to them.
93+
Note that there is a known situation in which a previously deallocated offline server can transiently show as deallocating when restarting, it will, however, eventually return to the deallocated state without intervention.
9394

9495
=== Cordoned state
9596

0 commit comments

Comments
 (0)