Problem
After a node is removed from a cluster, calling cluster_status on that node still shows database_sockets with connected: false, with no indication that the node is no longer an active cluster member. This is confusing — the sockets should be closed and the status should clearly state the node has been removed.
Proposed
- Add a top-level field indicating the node is not part of any active cluster
- Close the stale socket entries on removal (currently they're only closed after a restart)
🤖 Filed by Claude on behalf of Kris.
Problem
After a node is removed from a cluster, calling
cluster_statuson that node still showsdatabase_socketswithconnected: false, with no indication that the node is no longer an active cluster member. This is confusing — the sockets should be closed and the status should clearly state the node has been removed.Proposed
🤖 Filed by Claude on behalf of Kris.