Re: Question on how Geode handles data on Disk

2020-09-08 Thread Anilkumar Gingade
Amit, You can find high level details at: https://geode.apache.org/docs/guide/112/developing/storing_data_on_disk/chapter_overview.html Geode keeps the Key always in memory. Geode creates different Region-Entries (Key-Value pair) based on the region configuration and how/where data is stored.

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Owen Nichols
+1 I have reviewed test results for a battery of internal functional and performance tests, reviewed the LICENSE file for accuracy, looked at the logs for all checks in the rc pipeline, confirmed that artifact files are now named consistently as requested last time, confirmed gfsh and gfsh vers

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Jinmei Liao
+1 Verified geode management rest urls are working as expected. On 9/8/20, 9:53 AM, "Owen Nichols" wrote: +1 I have reviewed test results for a battery of internal functional and performance tests, reviewed the LICENSE file for accuracy, looked at the logs for all checks in the rc pi

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Nabarun Nag
+1 Based on the following tasks Clean build Starting gfsh, executing queries. meld comparison of artifacts directories. From: Jinmei Liao Sent: Tuesday, September 8, 2020 11:16 AM To: dev@geode.apache.org Subject: Re: [VOTE] Apache Geode 1.13.0.RC1 +1 Verified g

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Dave Barnes
+1 - Built the Geode user guide from source - Verified the Geode API docs in the binary distribution are correct - Built the Geode Native user guides (.NET and C++) from source - Built the Geode Native API docs from source On Tue, Sep 8, 2020 at 2:05 PM Nabarun Nag wrote: > +1 Based on the follo

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Jens Deppe
+1 Actions performed: - Downloaded product .tgz bundle from maven co-ordinates - Verified GemFireVersion.properties matched SHA for 1.13.0 build tag - Started cluster with SSL enabled and ensured basic GFSH operations over HTTPS - Connected GFSH v1.13.0 to newer cluster running v1.14.0 --Jens 

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Apache
+1 Looks good to me! - Built from source and ran unit tests - Used GFSH to create a locator and server and do some puts/gets - Checked version in GFSH - Built and ran all of the examples - Verified SHAs and signatures Aaron > On Sep 8, 2020, at 3:33 PM, Jens Deppe wrote: > > +1 > > Actions pe

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread John Blum
+1 Built Spring Data for Apache Geode (SDG) Ockham/2.4(2020-0-0) on Apache Geode 1.13.0 (RC1), using the staging repository, successfully! -John SDG Lead From: Apache Sent: Tuesday, September 8, 2020 4:07 PM To: dev@geode.apache.org Subject: Re: [VOTE] Apache

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Patrick Johnson
+1 What I did: - Built from source - Ran unit tests - Built Spring Data Geode using 1.13 - Ran the Spring Data Geode unit tests using 1.13 - Ran the Spring Data Geode examples using 1.13 On Sep 8, 2020, at 5:02 PM, John Blum mailto:jb...@vmware.com>> wrote: +1 Built Spring Data for Apache Ge

Re: [VOTE] Apache Geode 1.13.0.RC1

2020-09-08 Thread Sarah Abbey
+1 * Built from source * Started server with Redis APIs enabled both with and without a password * Connected Redis-CLI and successfully ran all Redis commands that were implemented at the time 1.13 was cut * Ran example Spring Session Data Redis apps successfully (https://github.