[
https://issues.apache.org/jira/browse/FLUME-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Malaska updated FLUME-2007:
-------------------------------
Attachment: FLUME-2007-2.patch
added timeBetweenCloseRetries = Long.parseLong(conf.get("hdfs.callTimeout",
"30000"));
and timeBetweenCloseRetries =
Math.max(timeBetweenCloseRetries/numberOfCloseRetries, 1000);
> HDFS Sink should check if file is closed and retry if it is not.
> ----------------------------------------------------------------
>
> Key: FLUME-2007
> URL: https://issues.apache.org/jira/browse/FLUME-2007
> Project: Flume
> Issue Type: Bug
> Reporter: Hari Shreedharan
> Assignee: Ted Malaska
> Attachments: FLUME-2007-0.patch, FLUME-2007-1.patch,
> FLUME-2007-2.patch
>
>
> We can use the new API added in HDFS-4525. We will need to use reflection
> though, so we can run against a version of HDFS which does not have this API.
--
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