frostfs-node/pkg/services
Leonard Lyubich dde4d4df2a [#1878] services/object: Fix child check in GET
In previous implementation `ObjectService.Get` RPC handler failed with
`parent address in child object differs` while assembling the "big"
object. This was caused by the child check which required parent
reference to be set in all child objects. The check was impracticable
because not all elements of the split-chain have a link to the parent.

Make `execCtx.isChild` to return `true` if parameterized object has no
parent header in its own header.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-12 16:56:37 +03:00
..
accounting [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
audit [#1365] ir: Check homomorphic hash flexibly in audit 2022-07-13 17:10:06 +03:00
container [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
control [#1867] control: Fix degraded-read-only mode parsing 2022-10-12 11:20:48 +03:00
netmap [#1793] node/netmap: Change interface of the latest network map reader 2022-09-27 09:03:17 +03:00
notificator [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
object [#1878] services/object: Fix child check in GET 2022-10-12 16:56:37 +03:00
object_manager [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
policer [#1680] replicator: Consider NODE_UNDER_MAINTENANCE as OK 2022-10-11 12:54:27 +03:00
replicator [#1680] replicator: Work with netmap.NodeInfo in TaskResult 2022-10-11 12:54:27 +03:00
reputation [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
session [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
tree [#1768] Add healthcheck method to the Tree service 2022-10-11 12:53:45 +03:00
util [#1687] *: Perform go fmt using go v1.19 2022-08-22 18:59:57 +03:00