sodonnel opened a new pull request, #5286: URL: https://github.com/apache/ozone/pull/5286
## What changes were proposed in this pull request? In [HDDS-9257](https://issues.apache.org/jira/browse/HDDS-9257) we added logic to remove an excess unhealthy replica if a spare node could not be found to fix under replication. The delete command sent to the datanode needs to have force=true to allow it to delete a non-empty containers. This change is to send the delete command with force = true. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9275 ## How was this patch tested? Modified a unit test to ensure the force flag is true. -- 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]
