frostfs-node/pkg/services
Evgenii Stratonikov 2522d924b9 [#2037] services/object: Fix concurrent map writes in traverser
```
fatal error: concurrent map writes

goroutine 4337 [running]:
github.com/nspcc-dev/neofs-node/pkg/services/object/put.(*traversal).submitProcessed(...)
        github.com/nspcc-dev/neofs-node/pkg/services/object/put/distributed.go:78
github.com/nspcc-dev/neofs-node/pkg/services/object/put.(*distributedTarget).iteratePlacement.func1()
        github.com/nspcc-dev/neofs-node/pkg/services/object/put/distributed.go:198 +0x265
github.com/panjf2000/ants/v2.(*goWorker).run.func1()
        github.com/panjf2000/ants/v2@v2.4.0/worker.go:68 +0x97
created by github.com/panjf2000/ants/v2.(*goWorker).run
        github.com/panjf2000/ants/v2@v2.4.0/worker.go:48 +0x65
```

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
2022-11-19 11:01:04 +03:00
..
accounting [#1910] .golangci.yml: Add `godot` linker 2022-10-18 15:08:26 +03:00
audit [#1910] .golangci.yml: Add `predeclared` linker 2022-10-18 15:08:26 +03:00
container [#1910] .golangci.yml: Add `godot` linker 2022-10-18 15:08:26 +03:00
control [#1916] control: Check maintenance allowance on Control server 2022-10-24 09:20:24 +04:00
netmap [#1910] .golangci.yml: Add `godot` linker 2022-10-18 15:08:26 +03:00
notificator
object [#2037] services/object: Fix concurrent map writes in traverser 2022-11-19 11:01:04 +03:00
object_manager [#1910] .golangci.yml: Add `predeclared` linker 2022-10-18 15:08:26 +03:00
policer [#1812] policer: Do not remove copies if there are maintenance nodes 2022-10-26 19:13:17 +03:00
replicator [#1765] Use hex format to print storage node ID 2022-10-13 12:55:21 +03:00
reputation [#1910] .golangci.yml: Add `godot` linker 2022-10-18 15:08:26 +03:00
session [#1930] services/session: Log calling `Create` RPC 2022-10-24 17:45:22 +03:00
tree [#1329] tree: Sync trees when a node first time appears in a container 2022-10-21 18:47:56 +03:00
util