mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +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)
|
}(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 {
|
for _, sn := range brokenNodes {
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
go func(sn *storageNode) {
|
go func(sn *storageNode) {
|
||||||
|
|
Loading…
Reference in a new issue