elek 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_r345312244
########## 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: :scream: Ups, thanks. That was the whole point to use the ChunkUtils instead of ChunkManagerImpl. (I just did a wrong merge while I cherry-picked from my dev branch.) ---------------------------------------------------------------- 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]
