nspcc-dev/neofs-node

How to deal with `REP 0` policy?

オープン

#2,042 opened on 2022/11/11

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Go (49 件のフォーク)auto 404
I3S4U4enhancementgood first issueneofs-cli

Repository metrics

Stars
 (36 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド