From 842bf78cb16e025dd8ceb3eafa3ddf22e8715fbd Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Tue, 9 Jul 2024 17:17:05 +0400 Subject: [PATCH] app/vminsert/netstorage: sync comment Signed-off-by: Zakhar Bessarab --- app/vminsert/netstorage/netstorage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vminsert/netstorage/netstorage.go b/app/vminsert/netstorage/netstorage.go index 0258233f7..40a5d77a3 100644 --- a/app/vminsert/netstorage/netstorage.go +++ b/app/vminsert/netstorage/netstorage.go @@ -645,7 +645,7 @@ func initStorageNodes(addrs []string, hashSeed uint64) *storageNodesBucket { }(sn, idx) } - // Watch for node become healthy and add it to consistent hash. + // Watch for node become healthy and rebuild snb. for _, sn := range brokenNodes { wg.Add(1) go func(sn *storageNode) {