flirmnave commented on a change in pull request #1694:
URL: https://github.com/apache/ozone/pull/1694#discussion_r546530756
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/helpers/ContainerUtils.java
##########
@@ -77,8 +78,15 @@ public static ContainerCommandResponseProto
logAndReturnError(
ContainerCommandRequestProto request) {
String logInfo = "Operation: {} , Trace ID: {} , Message: {} , " +
"Result: {} , StorageContainerException Occurred.";
- log.info(logInfo, request.getCmdType(), request.getTraceID(),
- ex.getMessage(), ex.getResult().getValueDescriptor().getName(), ex);
+ if (ex.getResult() == CLOSED_CONTAINER_IO) {
Review comment:
Thanks @bshashikant for comment, I have update it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]