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/12 21:53:00 UTC

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

GitHub user arunmahadevan opened a pull request:

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

    STORM-2993: Storm HDFS bolt throws ClosedChannelException when Timed 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

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

    https://github.com/apache/storm/pull/2592.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 #2592
    
----
commit 9bb2a509776e2ec655a368a5d0e604141986ac62
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 issue #2592: STORM-2993: Storm HDFS bolt throws ClosedChannelException...

Posted by arunmahadevan <gi...@git.apache.org>.
Github user arunmahadevan commented on the issue:

    https://github.com/apache/storm/pull/2592
  
    @HeartSaVioR , thanks for reviewing. Raised https://github.com/apache/storm/pull/2610 for master.


---

[GitHub] storm pull request #2592: 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/2592


---

[GitHub] storm issue #2592: STORM-2993: Storm HDFS bolt throws ClosedChannelException...

Posted by HeartSaVioR <gi...@git.apache.org>.
Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/2592
  
    @arunmahadevan Could we have a patch for master branch as well?


---