frostfs-node/pkg/services/object/get
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
..
v2 [#1624] go.mod: Update dependencies 2022-07-25 16:56:02 +03:00
assemble.go [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
container.go [#1115] *: link TODOs to corresponding issues 2022-02-11 12:58:59 +03:00
exec.go [#1878] services/object: Fix child check in GET 2022-10-12 16:56:37 +03:00
get.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
get_test.go [#1556] Upgrade NeoFS SDK Go with changed container API 2022-07-05 11:26:06 +03:00
local.go [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
prm.go [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
remote.go [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
res.go [#235] object/getrangehash: Implement new service processing 2020-12-11 17:19:37 +03:00
service.go [#1681] node: Block only Object service ops under maintenance 2022-10-05 11:41:49 +03:00
util.go [#1681] node: Block only Object service ops under maintenance 2022-10-05 11:41:49 +03:00