[ 
https://issues.apache.org/jira/browse/GEODE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657050#comment-16657050
 ] 

ASF subversion and git services commented on GEODE-5742:
--------------------------------------------------------

Commit c4e745278d515a69dbc391403c94d7d7f648dc3f in geode's branch 
refs/heads/bug/GEODE-5742 from [~browe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c4e7452 ]

GEODE-5742: Restrict default membership range to not conflict with default ports

Currently the default range for membership ports is 1024-65535.  This results
in occassional failures where a random membership port selection will conflict
with the default server or locator port when using all default values.

This change modifies the default range to 41000-61000.  In addition to not
conflicting with any of the default ports (highest is 40404), this is also a
proper subset of the default Linux ephemeral port range (32768-61000).


> ComparisonFailure in GfshExecution.awaitTermination (from 
> GfshDisconnectWithinScript)
> -------------------------------------------------------------------------------------
>
>                 Key: GEODE-5742
>                 URL: https://issues.apache.org/jira/browse/GEODE-5742
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Brian Rowe
>            Assignee: Brian Rowe
>            Priority: Major
>              Labels: pull-request-available, swat
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> This was seen in a AcceptanceTest run on develop:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/445
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript > 
> disconnectInScriptDoesNotRaiseNPE FAILED
>     org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
>         at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:124)
>         at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125)
>         at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:112)
>         at 
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript.disconnectInScriptDoesNotRaiseNPE(GfshDisconnectWithinScript.java:36)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to