app/vminsert/netstorage: sync comment

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
Zakhar Bessarab 2024-07-09 17:17:05 +04:00
parent 5420989018
commit 842bf78cb1
No known key found for this signature in database
GPG key ID: 932B34D6FE062023

View file

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