zhengchenyu commented on PR #6813:
URL: https://github.com/apache/hadoop/pull/6813#issuecomment-2110181645

   @zhangshuyan0 
   Thanks for your review! 
   I don't means that parity index is smaller. Parity index and data index is 
fixed number, we can't update it.
   The reproduce case: 
   When we call RawErasureDecoder::decode, and if the parameter `erasedIndexes` 
is in special order. The special order is that the parity index precedes the 
data index. For example, if erasedIndexes is [8,0], will reproduce this problem.
   And you can run unit tests directly and reproduce this easily.
   I printed erasedIndexes for all errors in the single test in 
[wrongindex.txt](https://github.com/apache/hadoop/files/15308714/wrongindex.txt),
 all meet this characteristic.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to