You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by arunmahadevan <gi...@git.apache.org> on 2018/03/28 15:55:59 UTC

[GitHub] storm pull request #2610: STORM-2993: Storm HDFS bolt throws ClosedChannelEx...

GitHub user arunmahadevan opened a pull request:

    https://github.com/apache/storm/pull/2610

    STORM-2993: Storm HDFS bolt throws ClosedChannelException when Time rotation policy is used

    The TimedRotation should synchronize so that the bolt does not attempt to write to a stale writer.

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

    $ git pull https://github.com/arunmahadevan/storm STORM-2993-master

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

    https://github.com/apache/storm/pull/2610.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 #2610
    
----
commit 85d7b73fc2c45dbf187c1f57256d796b64cf32ca
Author: Arun Mahadevan <ar...@...>
Date:   2018-03-12T18:53:50Z

    STORM-2993: Storm HDFS bolt throws ClosedChannelException when Time rotation policy is used
    
    The TimedRotation should synchronize so that the bolt does not attempt to write to a stale writer.

----


---

[GitHub] storm pull request #2610: STORM-2993: Storm HDFS bolt throws ClosedChannelEx...

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

    https://github.com/apache/storm/pull/2610


---