GitHub user majorendre opened a pull request:
https://github.com/apache/flume/pull/243
FLUME-3243 hdfs.callTimeout deafault increased and deprecated
The default hdfs.callTimeout used by the HDFS sink was too low only 10
seconds that can cause problems on a busy system.
The new default is 30 sec.
I think this parameter should be deprecated and some new more error
tolerant solution should be used. To enable the future change I indicated this
in the code and in the Users Guide.
Tested only with the unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/majorendre/flume FLUME-3243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/243.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #243
----
commit 24c9e5f781fd7ca53c061f1ce5f9a6a555bf95c3
Author: Endre Major <emajor@...>
Date: 2018-11-22T20:19:41Z
FLUME-3243 hdfs.callTimeout deafault increased and deprecated
----
---