GitHub user hejiang2000 opened a pull request:
https://github.com/apache/flume/pull/206
Fix the bug FLUME-2956
1. flush all writers to make sure heartbeats are sent on inactive ones
2. catch any throwable in abortAllWriters and closeAllWriters to guarantee
nothing left in allWriters map
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hejiang2000/flume hive-sink-FLUME-2956
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/206.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 #206
----
commit 8e49b7612290cb625f85dd495f787afac2524cce
Author: [email protected] <hejiang@...>
Date: 2018-04-18T09:15:40Z
Fix the bug FLUME-2956
----
---