GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2140
STORM-2532: Remove uses of Utils.getAvailablePort where possible
Followup for https://github.com/apache/storm/pull/2075
The only remaining uses of Utils.getAvailablePort are tests in
netty_unit_tests.clj that are starting a client before the server it connects
to. I think getAvailablePort is the best we can do in those tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2532
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2140.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 #2140
----
commit e3dc0ba0e75f4921d1a53c1495191eadb5beb243
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-04-22T12:14:11Z
STORM-2532: Remove uses of Utils.getAvailablePort where possible
----
---
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.
---