sodonnel opened a new pull request #2889: URL: https://github.com/apache/ozone/pull/2889
## What changes were proposed in this pull request? When all data locations are available, the most efficient reader is ECBlockInputStream. It also uses less memory as it does not need to buffer the full stripe. When some data locations are missing, we need to use ECBlockReconstructedStripeInputStream and ECBlockReconstructedInputStream together. There needs to be a wrapper class which creates and uses the correct underlying stream depending on data location availability. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6010 ## How was this patch tested? New tests -- 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]
