storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
396 stars 88 forks source link

send MIRROR_FAILED instead of FAILED_INTEGRITY #751

Closed littleskunk closed 6 years ago

littleskunk commented 6 years ago

FAILED_INTEGRITY is used for shard uploads as well and can't be used to trigger a new mirror creation. Switching to MIRROR_FAILED should trigger a new mirror. This should improve the mirror situation.