jiwq commented on a change in pull request #801: HDDS-1500 : Allocate block 
failures in client should print exception trace.
URL: https://github.com/apache/hadoop/pull/801#discussion_r282104663
 
 

 ##########
 File path: 
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/BlockOutputStreamEntryPool.java
 ##########
 @@ -297,7 +297,8 @@ BlockOutputStreamEntry allocateBlockIfNeeded() throws 
IOException {
         succeededAllocates += 1;
       } catch (IOException ioe) {
         LOG.error("Try to allocate more blocks for write failed, already "
-            + "allocated " + succeededAllocates + " blocks for this write.");
+            + "allocated " + succeededAllocates + " blocks for this write.",
 
 Review comment:
   ```suggestion
               + "allocated {} blocks for this write.", succeededAllocates, 
ioe);
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to