forked from TrueCloudLab/frostfs-node
[#849] policer: Write message about redundant local object copy
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
d613a856ce
commit
73fb1a886c
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ func (p *Policer) processNodes(ctx context.Context, addr *object.Address, nodes
|
||||||
WithCopiesNumber(shortage),
|
WithCopiesNumber(shortage),
|
||||||
)
|
)
|
||||||
} else if redundantLocalCopy {
|
} else if redundantLocalCopy {
|
||||||
|
log.Info("redundant local object copy detected")
|
||||||
|
|
||||||
p.cbRedundantCopy(addr)
|
p.cbRedundantCopy(addr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue