nspcc-dev/neofs-node

How to deal with `REP 0` policy?

Offen

#2.042 geöffnet am 11.11.2022

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (49 Forks)auto 404
I3S4U4enhancementgood first issueneofs-cli

Repository-Metriken

Stars
 (36 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

In current implementation zero replication policy is not prohibited by the system:

  • PUT succeeds since it has nothing to do
  • GET fails with OBJECT_NOT_FOUND since there are no replicas

Technically the behavior is expected, but from the user perspective I'd consider this policy as invalid.

Contributor Guide