frostfs-node/pkg
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
..
core [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
innerring [#1680] morph/netmap: Adopt to recent contract changes 2022-10-05 11:41:49 +03:00
local_object_storage [#1867] services/control: Allow to provide multiple shard IDs to some commands 2022-10-12 11:20:48 +03:00
metrics [#1658] metrics: Add object type label to the counters 2022-09-13 21:32:37 +04:00
morph [#1845] morph/client: Use 0 as OfflineState in update peer 2022-10-06 12:26:25 +03:00
network [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
services [#1878] services/object: Fix child check in GET 2022-10-12 16:56:37 +03:00
util [#1854] cli: Unify help messages 2022-10-12 09:53:11 +03:00