GitHub user eshioji opened a pull request:
https://github.com/apache/storm/pull/617
Storm 763/839 0.10.x
This is a port of PR #568 from 0.9.x to 0.10.x. It fixes STORM-839
(Deadlock) and STORM-763 (Establish Netty reconnects asynchronously and reduce
verbosity of error logs)
The content is equivalent to the PR for 0.11.x (#616)
@revans2 This is the PR for 0.10.x. I also ran the performance test for
this and the results were again inline with what I got with 0.9.x. I get build
failure on my machine but I get the same failure with 0.10.x HEAD, so I'm
guessing it's unrelated to this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eshioji/storm STORM-763_0.10.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/617.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 #617
----
commit 286bacdf49937d1e8576eff27dfc887824ffdbbb
Author: Enno Shioji <[email protected]>
Date: 2015-07-02T18:01:01Z
This fixes STORM-763 and STORM-839
commit a2502c3bc3bcd4caf3800bb645058abb61d2a071
Author: Enno Shioji <[email protected]>
Date: 2015-07-02T23:51:32Z
Merge remote-tracking branch 'upstream/0.10.x-branch' into STORM-763_0.10.x
# Conflicts:
# storm-core/src/jvm/backtype/storm/messaging/netty/Client.java
commit f5db06ce2809c3b66f2d797f979f8c40133c2f60
Author: Enno Shioji <[email protected]>
Date: 2015-07-03T00:02:00Z
Bring back removal of client from context on closing
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---