nspcc-dev/neofs-node

How to deal with `REP 0` policy?

Aberta

#2.042 aberto em 11 de nov. de 2022

 (3 comentários) (0 reação) (0 responsável)Go (49 forks)auto 404
I3S4U4enhancementgood first issueneofs-cli

Métricas do repositório

Stars
 (36 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador