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_r346252589
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/impl/ChunkManagerDummyImpl.java
##########
@@ -42,8 +40,6 @@
* Chunks are not written to disk, Reads are returned with zero-filled buffers
*/
public class ChunkManagerDummyImpl extends ChunkManagerImpl {
- private static final Logger LOG = LoggerFactory.getLogger(
- ChunkManagerDummyImpl.class);
Review comment:
Yes, thanks. And the LOG should be private in ChunkManagerImpl to avoid such
mistakes.
----------------------------------------------------------------
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]