GitHub user pczb opened a pull request:
https://github.com/apache/storm/pull/2669
[STORM-3055] remove conext connection cache
workerState has already cache connection use supervisor_id + port
and if context and worker both cache connection, there can be some problem
describe in jira
jira link: https://issues.apache.org/jira/browse/STORM-3055
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pczb/storm dev
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2669.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 #2669
----
commit 62f66cd3f1e39953391f36e2b01197a6bade4e5c
Author: pczb <pczb@...>
Date: 2018-05-09T17:41:18Z
remove context connection
Signed-off-by: pczb <[email protected]>
----
---