GitHub user ghajos opened a pull request:
https://github.com/apache/storm/pull/2643
STORM-3039 handle slot ports in TIME_WAIT state
When worker is killed slot port remains in TIME_WAIT state. Since worker
process is killed it is secure to start a new worker process on the same port.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ghajos/storm STORM-3039
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2643.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 #2643
----
commit a8978ab3543e00cf4e94ae361d4d1935b44b69f2
Author: Gergely Hajos <rogozsin@...>
Date: 2018-04-23T12:31:14Z
STORM-3039 handle slot ports in TIME_WAIT state
----
---