aswinshakil opened a new pull request #2548: URL: https://github.com/apache/ozone/pull/2548
## What changes were proposed in this pull request? To fix the NullPointerException when markContainerForClose method is invoked. The exception is caused when we access the getContainerState method for a container object which is null. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5611 ## How was this patch tested? The patch was tested with Unit tests and GitHub CI test. https://github.com/aswinshakil/ozone/runs/3345654012 The integration test TestPipelineClose.testPipelineCloseWithLogFailure is failing due to some issue with flaky tests. Attached the jira for that issue here. https://issues.apache.org/jira/browse/HDDS-5626 -- 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]
