guihecheng opened a new pull request, #3523: URL: https://github.com/apache/ozone/pull/3523
Co-authored-by: Uma Maheswara Rao G <[email protected]> ## What changes were proposed in this pull request? Fix potential wrong replica read with over-replicated container. The problem is due to that an EC pipeline with multiple DNs is returned and used with the first DN picked while refreshing pipeline on read error(Read error is due to concurrent redundant EC container replica deletion, e.g. EC 10+4 with 18 replicas), but the right behavior should be pick the DN with the same replicaIndex and build a standalone pipeline for retry. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6890 ## How was this patch tested? To be verified manually. -- 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]
