GitHub user pczb opened a pull request:
https://github.com/apache/storm/pull/2661
[STORM-3055] remove conext connection cache
worker has already cache connection use supervisor_id + port
and if context and worker both cache the can be some problem describe in
jira
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pczb/storm fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2661.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 #2661
----
commit 1167cf8dac670ab31f6159a68005cc65f393ddc1
Author: pczb <pczb@...>
Date: 2018-05-05T02:59:56Z
remove conext connection cache
----
---