Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Erasure coding in CORTX #885

Answered by mssawant
mshaio asked this question in Q&A
Discussion options

You must be logged in to vote

@mshaio, Just extending John's answer,

What's the upper limit of failures it's able to handle at any instant?

This depends on your configuration of the cluster. Motr uses parity declustered layout, also checkout Reed solomon algorithm. Fault tolerance is equivalent to the supported redundancy. In this case which is denoted by the value of K (no .of parity units). This can be extended to various failure domains based on your cluster's pool size.

What erasure coding algorithm does CORTX use?

Presently CORTX-motr uses Parity declustered layout.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by justinzw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants