DaveTeng0 opened a new pull request, #5925: URL: https://github.com/apache/ozone/pull/5925
## What changes were proposed in this pull request? Currently CloseContainerCommandHandler reports error in log when its ContainerController.getContainer() returns null. This was probably a container that never got created as documented in [HDDS-9550](https://issues.apache.org/jira/browse/HDDS-9550)/[HDDS-9600](https://issues.apache.org/jira/browse/HDDS-9600). Thus we'd like to change [this log message](https://github.com/apache/ozone/blob/52236b152ba4529cf3050d2baee4d50c6722d73b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/CloseContainerCommandHandler.java#L105) to info with a note that the container may not have been created. (currently the error log stands out when it is probably not a real issue.) We could revisit this log later when issue [HDDS-9600](https://issues.apache.org/jira/browse/HDDS-9600) is resolved. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9958 ## How was this patch tested? original CI pipeline 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. 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]
