frostfs-node/pkg/services/object/put
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
..
v2 [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03:00
distributed.go [#2037] services/object: Fix concurrent map writes in traverser 2022-11-19 11:01:04 +03:00
local.go [#1972] node: Do not save objects if node not in a container 2022-11-19 11:01:04 +03:00
prm.go [#1365] node: Calculate object homomorphic hash flexibly 2022-07-13 17:10:06 +03:00
remote.go [#1972] node: Do not save objects if node not in a container 2022-11-19 11:01:04 +03:00
res.go [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
service.go [#1972] node: Do not save objects if node not in a container 2022-11-19 11:01:04 +03:00
streamer.go [#1365] node: Calculate object homomorphic hash flexibly 2022-07-13 17:10:06 +03:00
validation.go [#1910] .golangci.yml: Add godot linker 2022-10-18 15:08:26 +03:00