JacksonYao287 opened a new pull request #2415: URL: https://github.com/apache/ozone/pull/2415
## What changes were proposed in this pull request? When PipelineStateManagerV2Impl#removePipeline is called, we are removing the pipeline from db and then making the call to pipelineStateMap#removePipeline. pipelineStateMap#removePipeline can throw an exception if it's not able to remove the pipeline, this will leave the db in inconsistent state. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3740 ## How was this patch tested? unit test -- 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]
