remove outdated TODO

This commit is contained in:
Travis Turner 2017-11-28 16:47:40 -06:00
parent 8228ef2382
commit 91c7abfa9a
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

View file

@ -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