-1
I filed GEODE-4913 based on scripts I have that create 2 clusters connected
by a WAN gateway on my local machine.
*Problem*: we are opening a cache-server on default port (40404)
irrespective of the fact that one is explicitly specified in cache.xml.
*symptoms*: users who start more than one Geode server on the same “box”
and use cache.xml to specify port would get bind exceptions when they start
the second server.
*workaround*:
   1. specify `--disable-default-server` on the `start server` command
while still specifying port in cache.xml.
   2. specify port on the `start server` command itself and remove any
references to port from cache.xml.

The problem will break a lot of existing scripts and, though we have a
workaround, it will cause headaches for many when they encounter it.

On Wed, Mar 21, 2018 at 2:52 PM, Dan Smith <dsm...@pivotal.io> wrote:

> +1
>
> Run geode-release-check. Verified no MD5 files in the distribution.
>
> -Dan
>
> On Wed, Mar 21, 2018 at 11:57 AM, Anthony Baker <aba...@pivotal.io> wrote:
>
> > +1
> >
> > - verified signatures and checksums
> > - checked source release for binaries
> > - basic gfsh testing
> > - ran all the examples
> >
> > Anthony
> >
> > > On Mar 20, 2018, at 3:09 PM, Swapnil Bawaskar <sbawas...@pivotal.io>
> > wrote:
> > >
> > > This is the first release candidate for Apache Geode, version 1.5.0.
> > > Thanks to all the community members for their contributions to this
> > > release!
> > >
> > > *** Please download, test and vote by Friday, March 23, 1500 hrs
> > > US Pacific. ***
> > >
> > > It fixes 234 issues. release notes can be found at:
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > projectId=12318420&version=12342395
> > >
> > > Note that we are voting upon the source tags: rel/v1.5.0.RC1
> > > https://github.com/apache/geode/tree/rel/v1.5.0.RC1
> > > https://github.com/apache/geode-examples/tree/rel/v1.5.0.RC1
> > >
> > > Commit ID:
> > > 4ef51dacd79ff69336fb024f3d4b0727cccc1e90 (geode)
> > > 4941f05c86d928949fbcdb3fb12295ccecc219eb (geode-examples)
> > >
> > > Source and binary files:
> > > https://dist.apache.org/repos/dist/dev/geode/1.5.0.RC1
> > >
> > > Maven staging repo:
> > > https://repository.apache.org/content/repositories/orgapachegeode-1038
> > >
> > >
> > > Geode's KEYS file containing PGP keys we use to sign the release:
> > > https://github.com/apache/geode/blob/develop/KEYS
> > >
> > > Release Signed with Key: pub 4096R/18F902DB 2016-04-07
> > > Fingerprint: E1B1 ABE3 4753 E7BA 8097 4285 8F8F 2BCC 18F9 02DB
> >
> >
>

Reply via email to