nspcc-dev/neofs-node

How to deal with `REP 0` policy?

Aperta

#2042 aperta il 11 nov 2022

 (3 commenti) (0 reazioni) (0 assegnatari)Go (49 fork)auto 404
I3S4U4enhancementgood first issueneofs-cli

Metriche repository

Star
 (36 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor