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


---


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

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




---