mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vminsert/netstorage: sync comment
Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
parent
5420989018
commit
842bf78cb1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue