From 91c7abfa9a01a4a2ca71b35fe55eea25318e6703 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 28 Nov 2017 16:47:40 -0600 Subject: [PATCH] remove outdated TODO --- handler.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/handler.go b/handler.go index 1ef7be7f9..11b1f0cb9 100644 --- a/handler.go +++ b/handler.go @@ -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