You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2013/02/23 07:12:13 UTC

[jira] [Updated] (FLUME-1925) HDFS timeouts should not starve other threads

     [ https://issues.apache.org/jira/browse/FLUME-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hari Shreedharan updated FLUME-1925:
------------------------------------

    Attachment: FLUME-1925.patch
    
> HDFS timeouts should not starve other threads
> ---------------------------------------------
>
>                 Key: FLUME-1925
>                 URL: https://issues.apache.org/jira/browse/FLUME-1925
>             Project: Flume
>          Issue Type: Bug
>            Reporter: Hari Shreedharan
>         Attachments: FLUME-1925.patch
>
>
> Currently it is possible to have one HDFS call cause another one from timing out because of the synchronized blocks inside the HDFS sink code. So when we calculate timeout, we end up calculating the time to enter the monitor + hdfs calls. We must change it to make sure only the HDFS calls count towards the timeout.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira