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 01:08:13 UTC

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

Hari Shreedharan created FLUME-1925:
---------------------------------------

             Summary: 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


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