mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
remove outdated TODO
This commit is contained in:
parent
8228ef2382
commit
91c7abfa9a
1 changed files with 0 additions and 2 deletions
|
|
@ -2010,8 +2010,6 @@ func (h *Handler) handlePostClusterResizeRemoveNode(w http.ResponseWriter, r *ht
|
|||
// TODO: prevent removing the coordinator node
|
||||
|
||||
// Start the resize process (similar to NodeJoin)
|
||||
// TODO: this currently blocks. we should leverage listenForJoins() in cluster
|
||||
// by converted it to a channel of nodeAction {URI, action}.
|
||||
err := h.Cluster.NodeLeave(*removeURI)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue