nspcc-dev/neofs-node

How to deal with `REP 0` policy?

Ouverte

#2 042 ouverte le 11 nov. 2022

 (3 commentaires) (0 réaction) (0 personne assignée)Go (49 forks)auto 404
I3S4U4enhancementgood first issueneofs-cli

Métriques du dépôt

Stars
 (36 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur