spacemonkd opened a new pull request, #10847: URL: https://github.com/apache/ozone/pull/10847
## What changes were proposed in this pull request? HDDS-14666. Add multipart upload split table read for Recon Please describe your PR in detail: Recon [MultipartInfoInsightHandler](https://github.com/apache/ozone/blob/master/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/MultipartInfoInsightHandler.java) still uses the old flow of reading parts from the part map. This should be modified accordingly to read from parts map if the schemaVersion: 0 else refer to the multipartPartTable if the schemaVersion: 1. This PR handles this split read behaviour. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14666 ## How was this patch tested? Patch was tested via unit 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]
