ChenSammi commented on code in PR #7221:
URL: https://github.com/apache/ozone/pull/7221#discussion_r1816273456


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java:
##########
@@ -163,9 +163,13 @@ public synchronized void initialize() throws IOException {
       try {
         blockData = getBlockData();
         chunks = blockData.getChunksList();
+        LOG.debug("Block {} has block data {}", blockID, blockData);

Review Comment:
   @jojochuang, are these logs still needed?  Could you add the 
if(LOG.isDebugEnabled) check for these newly added logs if yes. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to