[ 
https://issues.apache.org/jira/browse/HDDS-1500?focusedWorklogId=239235&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239235
 ]

ASF GitHub Bot logged work on HDDS-1500:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/May/19 14:59
            Start Date: 08/May/19 14:59
    Worklog Time Spent: 10m 
      Work Description: jiwq commented on 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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 239235)
    Time Spent: 0.5h  (was: 20m)

> Allocate block failures in client should print exception trace.
> ---------------------------------------------------------------
>
>                 Key: HDDS-1500
>                 URL: https://issues.apache.org/jira/browse/HDDS-1500
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Aravindan Vijayan
>            Assignee: Aravindan Vijayan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The following error is seen intermittently in the Ozone client logs while 
> writing large keys. We need to log the entire exception trace to find out 
> more about the failure.
> {code}
> 19/04/22 10:13:32 ERROR io.KeyOutputStream: Try to allocate more blocks for 
> write failed, already allocated 0 blocks for this write.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to