You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/08/18 05:27:01 UTC

[GitHub] [ozone] ChenSammi commented on a change in pull request #2548: HDDS-5611. Fixed NullPointerException in ContainerStateMachine during Pipeline Close.

ChenSammi commented on a change in pull request #2548:
URL: https://github.com/apache/ozone/pull/2548#discussion_r690911646



##########
File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/ContainerController.java
##########
@@ -44,6 +47,8 @@
 
   private final ContainerSet containerSet;
   private final Map<ContainerType, Handler> handlers;
+  private static final Logger LOG =
+          LoggerFactory.getLogger(ContainerController.class);

Review comment:
       The indent of wrapped line is 4 space instead of 8.  This is a general code style of ozone. 




-- 
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-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org