forked from TrueCloudLab/frostfs-node
[#1239] innerring: Use pointer-less slices for object IDs
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
6ec104d686
commit
2ad8016d75
5 changed files with 12 additions and 13 deletions
|
@ -22,7 +22,7 @@ func (c *Context) executePoR() {
|
|||
sg := sgs[i]
|
||||
|
||||
if err := c.porWorkerPool.Submit(func() {
|
||||
c.checkStorageGroupPoR(i, sg)
|
||||
c.checkStorageGroupPoR(i, &sg)
|
||||
wg.Done()
|
||||
}); err != nil {
|
||||
wg.Done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue