adoroszlai commented on a change in pull request #144: HDDS-2461. Logging by 
ChunkUtils is misleading
URL: https://github.com/apache/hadoop-ozone/pull/144#discussion_r345284471
 
 

 ##########
 File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/helpers/ChunkUtils.java
 ##########
 @@ -59,6 +59,9 @@
 
   private static final Set<Path> LOCKS = ConcurrentHashMap.newKeySet();
 
+  private static final Logger LOG =
+      LoggerFactory.getLogger(ChunkManagerImpl.class);
 
 Review comment:
   Shouldn't this be a logger for `ChunkUtils`?  Otherwise logged info will 
still be confusing, but a bit more efficient.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to