diff --git a/app/vminsert/netstorage/netstorage.go b/app/vminsert/netstorage/netstorage.go index 0258233f76..40a5d77a30 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) {