GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/2651
[STORM-3054] Add Topology level configuration socket timeout for DRPC
Invocation Client
This patch fixes following this:
- Add Topology level configuration socket timeout for DRPC Invocation Client
- Fix the `_clients` map key in `ReturnResults`
- Add `ReturnResults` debug log entries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm3054
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2651.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 #2651
----
commit a96581f36e6cae12943c29c42a843e46f5b6ad7e
Author: Kishor Patil <kpatil@...>
Date: 2018-04-30T22:39:04Z
Add Topology level configuration socket timeout for DRPC Invocation Client
commit da1cb49f3bcef0df84330422e9e091a65bdc541b
Author: Kishor Patil <kpatil@...>
Date: 2018-04-30T22:46:07Z
Fix ReturnResults reconnection logic
commit 0ce231e10e0c49a89f3c3a286b9aadf493a4bc7f
Author: Kishor Patil <kpatil@...>
Date: 2018-04-30T22:48:06Z
Add debug statements to ReturnResults
----
---