adoroszlai opened a new pull request #206: HDDS-2521. Multipart upload failing with NPE URL: https://github.com/apache/hadoop-ozone/pull/206 ## What changes were proposed in this pull request? * Fixed NPE in `ObjectEndpoint`: `OzoneOutputStream` needs to be closed (to get the key committed) to make upload part info available. * Changed `OzoneOutputStreamStub` to simulate this "no part info before commit" properly. This makes the unit test fail with the previous code. https://issues.apache.org/jira/browse/HDDS-2521 ## How was this patch tested? Ran acceptance test `ozones3` and S3 Gateway 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
