Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restrict the test unicast zen discovery to the port range of the JVM #12271

Merged
merged 1 commit into from Jul 15, 2015

Commits on Jul 15, 2015

  1. restrict the test unicast zen discovery to the port range of the JVM

    Today, the unicast zen test configuration will try to find a open port starting at the internal test cluster's
    base port and continuing for 1000 ports. The internal test cluster class assigns a port range of 100 ports
    to each JVM. This means that the unicast zen test configuration will try ports in the range for another JVM
    and can lead to port conflicts. This change uses the same value for both so that the unicast configuration
    does not go into another JVM's port range.
    jaymode committed Jul 15, 2015
    Copy the full SHA
    883d33b View commit details
    Browse the repository at this point in the history