Request for access to upload Apache Geode artifacts to Docker Hub

2019-04-19 Thread Owen Nichols
To prepare the 1.9.0 RC4 release, the instructions 
 say 
I need to request dockerhub access.

My dockerhub account is: onichols
Email: onich...@pivotal.io 

Thanks! 



Re: Request for access to upload Apache Geode artifacts to Docker Hub

2019-04-19 Thread Anthony Baker
Done!

> On Apr 19, 2019, at 10:01 AM, Owen Nichols  wrote:
> 
> To prepare the 1.9.0 RC4 release, the instructions 
>  
> say I need to request dockerhub access.
> 
> My dockerhub account is: onichols
> Email: onich...@pivotal.io 
> 
> Thanks! 
> 



Propose GEODE-6544 fix for release 1.9.0

2019-04-19 Thread Aaron Lindsey
We'd like to propose including this fix into 1.9.0 as well:
https://github.com/apache/geode/pull/3362
https://jira.apache.org/jira/browse/GEODE-6544

This fixes a memory leak caused by a thread leak in Pulse. Every time a
user signs out, a thread is left running. The fix for GEODE-6544 stops that
thread when the user signs out.

- Aaron and Kirk


Re: Propose GEODE-6544 fix for release 1.9.0

2019-04-19 Thread Owen Nichols
Hi Aaron, Kirk and Geode community,

FYI, 1.9.0.RC4 has already been tagged and is being prepared for a VOTE email 
to go out later today.

[As usual] if you or anyone else feels that 1.9.0 should not ship without this 
or other changes, you may cast a “-1” vote once you receive the 1.9.0.RC4 VOTE 
email later today.

-Owen

> On Apr 19, 2019, at 12:35 PM, Aaron Lindsey  wrote:
> 
> We'd like to propose including this fix into 1.9.0 as well:
> https://github.com/apache/geode/pull/3362
> https://jira.apache.org/jira/browse/GEODE-6544
> 
> This fixes a memory leak caused by a thread leak in Pulse. Every time a
> user signs out, a thread is left running. The fix for GEODE-6544 stops that
> thread when the user signs out.
> 
> - Aaron and Kirk



[VOTE] Apache Geode 1.9.0 RC4

2019-04-19 Thread Owen Nichols
Hello, Geode dev community,


This is the fourth release candidate for Apache Geode, version 1.9.0.

Thanks to all the community members for their contributions to this release!


Please do a review and give your feedback. The deadline is before 3 PM PST
Wed April 24th, 2019.


1.9.0 resolves 296 issues on Apache Geode JIRA system. Release notes
can be found at:

https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.9.0
 



Please note that we are voting upon the source tags: rel/v1.9.0.RC4


Apache Geode:

https://github.com/apache/geode/tree/rel/v1.9.0.RC4 


Apache Geode examples:

https://github.com/apache/geode-examples/tree/rel/v1.9.0.RC4 


Apache Geode Native:

https://github.com/apache/geode-native/tree/rel/v1.9.0.RC4 



Commit ID:

Apache Geode: c0a73d1cb84986d432003bd12e70175520e63597

Apache Geode Examples: b58b2720e9cb1fae9e2cbca7053bc9c748dab79d

Apache Geode Native: add53da376c3044feb2fb22dc37a30989c271f19


Source and binary files:

https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC4 


Maven staging repo:

https://repository.apache.org/content/repositories/orgapachegeode-1054 


Geode's KEYS file containing PGP keys we use to sign the release:

https://github.com/apache/geode/blob/develop/KEYS 



Signed the release with GPG fingerprint:

DB5476815A475574577D442B468A4800EAFB2498

PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC4 
 -PgeodeRepositoryUrl=
https://repository.apache.org/content/repositories/orgapachegeode-1054 
 build
runAll


Regards,
- Owen & Dan