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

2018-03-30 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2018-03-12 Thread arunmahadevan
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 
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.




---