You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by hejiang2000 <gi...@git.apache.org> on 2017/12/15 06:37:10 UTC

[GitHub] flume pull request #189: fix bugs: FLUME-2956

GitHub user hejiang2000 opened a pull request:

    https://github.com/apache/flume/pull/189

    fix bugs: FLUME-2956

    1. send heart beat on inactive writers
    2. catch RuntimeException to make sure broken writers to be cleared
    3. catch Throwable in abortAllWriters() and closeAllWriters() to avoid throw exception again

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hejiang2000/flume trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/189.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 #189
    
----
commit 482ac31a1e141148af3737e9eb3fe0b8fe5d93a3
Author: hejiang <he...@tju.edu.cn>
Date:   2017-12-11T10:40:50Z

    fixed bugs:
    1. send heart beat on inactive writers
    2. catch RuntimeException to make sure broken writers to be cleared
    3. catch Throwable in abortAllWriters() and closeAllWriters() to avoid throw exception

----


---

[GitHub] flume pull request #189: fix bugs: FLUME-2956

Posted by hejiang2000 <gi...@git.apache.org>.
Github user hejiang2000 closed the pull request at:

    https://github.com/apache/flume/pull/189


---