Implement proper ReconstructSome for leopard #263
liamsi
started this conversation in
Ideas/Features
Replies: 2 comments
-
It surprises me more that it doesn't reconstruct all shards, but only data. It seems like the bitfield stuff would make it a feasible change, though due to the progressive encoding extra work would usually have to be done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am working on this issue @liamsi @klauspost |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently,
ReconstructSome
for leopard just callsReconstructData
:reedsolomon/leopard.go
Lines 335 to 337 in 674f18b
For other implementations, the user can actually specify the required shards to be reconstructed.
I'm advocating to implement the same behaviour for leopard as well.
Beta Was this translation helpful? Give feedback.
All reactions