frostfs-node/pkg/services/object/put
Anton Nikiforov 8d589314b5 [#560] node: Fix Put in multi REP with intersecting sets of nodes
Once the node was processed it skipped, at the step of forming
result in case when all nodes skipped, because processed for
previous REP, service mark the whole request as incomplete.

Example of policies which are unblocked:
- REP 1 REP 1 CBF 1
- REP 4 IN X REP 4 IN Y
  CBF 4
  SELECT 2 FROM FX AS X SELECT 2 FROM FY AS Y
  FILTER Country EQ Russia OR Country EQ Sweden OR Country EQ Finland AS FY
  FILTER Price GE 0 AS FX

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
2023-08-08 10:22:53 +00:00
..
v2 [#294] putsvcv2: Refactor service constructor 2023-07-12 07:42:10 +00:00
distributed.go [#560] node: Fix Put in multi REP with intersecting sets of nodes 2023-08-08 10:22:53 +00:00
local.go [#6] services/object: Simplify local/remote targets 2023-07-21 18:39:12 +03:00
pool.go [#424] object: Do not store large slices in pool 2023-06-13 07:19:55 +00:00
prm.go [#496] node: Fix linter importas 2023-07-06 15:36:41 +03:00
remote.go [#6] services/object: Simplify local/remote targets 2023-07-21 18:39:12 +03:00
res.go Rename package name 2023-03-07 16:38:26 +03:00
service.go [#294] putsvc: Refactor service constructor 2023-07-12 07:42:10 +00:00
single.go [#560] node: Fix Put in multi REP with intersecting sets of nodes 2023-08-08 10:22:53 +00:00
streamer.go [#6] services/object: Simplify local/remote targets 2023-07-21 18:39:12 +03:00
validation.go [#509] go.mod: Update sdk-go 2023-07-11 17:38:00 +03:00