devmadhuu opened a new pull request, #8070: URL: https://github.com/apache/ozone/pull/8070
## What changes were proposed in this pull request? This PR change is to handle ContainerHealthTask ConstraintViolationException during the running of ContainerHealthTask. Currently ContainerHealthTask gets aborted when "pk_container_id" ConstraintViolationException being thrown on UNHEALTHY_CONTAINERS table. Since this is a composite key and task should not be aborted , rather Recon's container health task should update the other fields of table if "pk_container_id" ConstraintViolationException being thrown on UNHEALTHY_CONTAINERS table. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12585 ## How was this patch tested? This patch is tested using existing junit and integration tests and running in local docker cluster. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org