Reason for gemfire.CLIENT_FUNCTION_TIMEOUT

2019-08-30 Thread Alberto Gomez
Hi,

The gemfire.CLIENT_FUNCTION_TIMEOUT system property allows to set a 
specific read timeout on the socket when the operation sent over a 
client connection is a function execution. I have not seen this property 
documented anywhere but I have seen how it works in the code.

Does anybody know why would it be interesting to have a different read 
timeout on the socket when executing functions to the read timeout set 
for the rest of operations?

Thanks in advance,

-Alberto G.



Re: Failed: apache/geode-native#2064 (rel/v1.9.1.RC2 - add53da)

2019-08-30 Thread Blake Bender
Looks like this branch was cut prior to Apache updating the RAT version to
0.13.  Someone needs to cherry-pick this commit:
https://github.com/apache/geode-native/commit/a58a1d74f398e1acf8b127804d43ea987b8d225d,
and it should be all good.

Thanks,

Blake


On Thu, Aug 29, 2019 at 6:30 PM Travis CI  wrote:

> Build Update for apache/geode-native
> -
>
> Build: #2064
> Status: Failed
>
> Duration: 1 hr, 34 mins, and 0 secs
> Commit: add53da (rel/v1.9.1.RC2)
> Author: Dave Barnes
> Message: User Guide: Add a link to the official XSD declarative cache
> schema
>
> View the changeset:
> https://github.com/apache/geode-native/compare/rel/v1.9.1.RC2
>
> View the full build log and details:
> https://travis-ci.org/apache/geode-native/builds/578595286?utm_medium=notification&utm_source=email
>
> --
>
> You can unsubscribe from build emails from the apache/geode-native
> repository going to
> https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email
> .
> Or unsubscribe from *all* email updating your settings at
> https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email
> .
> Or configure specific recipients for build notifications in your
> .travis.yml file. See https://docs.travis-ci.com/user/notifications.
>
>


Errored: apache/geode-examples#348 (release/1.9.1 - e3af9c7)

2019-08-30 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #348
Status: Errored

Duration: 1 min and 3 secs
Commit: e3af9c7 (release/1.9.1)
Author: Owen Nichols
Message: Revert "temporary commit to allow CI access to the Release Candidate 
staging maven"

This reverts commit fc97f585ab17664b71b612abedc598cb31838f3e.

View the changeset: 
https://github.com/apache/geode-examples/compare/c4cab8ccaa00...e3af9c759fa2

View the full build log and details: 
https://travis-ci.org/apache/geode-examples/builds/578897109?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Re: [VOTE] Apache Geode 1.9.1 RC2

2019-08-30 Thread Owen Nichols
Unfortunately RC2 is being pulled due to a problem in geode-examples.  The 
travis fix for geode-native will also be pulled in and an RC3 will be available 
soon.

> On Aug 29, 2019, at 7:51 PM, John Blum  wrote:
> 
> +1
> 
> On Thu, Aug 29, 2019 at 5:40 PM Udo Kohlmeyer  wrote:
> 
>> +1
>> 
>> On 8/29/19 5:02 PM, Owen Nichols wrote:
>>> Hello Geode dev community,
>>> 
>>> This is a release candidate for Apache Geode, version 1.9.1.RC2.
>>> Thanks to all the community members for their contributions to this
>> release!
>>> 
>>> Please do a review and give your feedback. The deadline is 3PM PST Wed,
>> September 04 2019.
>>> Release notes can be found at:
>> https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.9.1
>> <
>> https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.9.1
>>> 
>>> 
>>> Please note that we are voting upon the source tags: rel/v1.9.1.RC2
>>> 
>>> Apache Geode:
>>> https://github.com/apache/geode/tree/rel/v1.9.1.RC2 <
>> https://github.com/apache/geode/tree/rel/v1.9.1.RC2>
>>> Apache Geode examples:
>>> https://github.com/apache/geode-examples/tree/rel/v1.9.1.RC2 <
>> https://github.com/apache/geode-examples/tree/rel/v1.9.1.RC2>
>>> Apache Geode native:
>>> https://github.com/apache/geode-native/tree/rel/v1.9.1.RC2 <
>> https://github.com/apache/geode-native/tree/rel/v1.9.1.RC2>
>>> 
>>> Source and binary files:
>>> https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC2/ <
>> https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC2/>
>>> 
>>> Maven staging repo:
>>> https://repository.apache.org/content/repositories/orgapachegeode-1056 <
>> https://repository.apache.org/content/repositories/orgapachegeode-1056>
>>> 
>>> Geode's KEYS file containing PGP keys we use to sign the release:
>>> https://github.com/apache/geode/blob/develop/KEYS <
>> https://github.com/apache/geode/blob/develop/KEYS>
>>> 
>>> PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
>> https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC2
>> -PgeodeRepositoryUrl=
>> https://repository.apache.org/content/repositories/orgapachegeode-1056
>> build runAll
>>> 
>>> Regards
>>> Owen & Kirk
>> 
> 
> 
> -- 
> -John
> john.blum10101 (skype)



Reviewing a release

2019-08-30 Thread Anthony Baker
Friendly reminder:  it’s really helpful when you vote for a release to briefly 
convey the things that you’ve checked.  

Here’s a good example:
https://lists.apache.org/thread.html/de1417694245addeb18ff8559b1832face884ad45da7cba49b6d543c@%3Cdev.geode.apache.org%3E


Anthony



Errored: apache/geode-examples#349 (rel/v1.9.1.RC3 - e3af9c7)

2019-08-30 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #349
Status: Errored

Duration: 58 secs
Commit: e3af9c7 (rel/v1.9.1.RC3)
Author: Owen Nichols
Message: Revert "temporary commit to allow CI access to the Release Candidate 
staging maven"

This reverts commit fc97f585ab17664b71b612abedc598cb31838f3e.

View the changeset: 
https://github.com/apache/geode-examples/compare/rel/v1.9.1.RC3

View the full build log and details: 
https://travis-ci.org/apache/geode-examples/builds/578927254?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



[VOTE] Apache Geode 1.9.1.RC3

2019-08-30 Thread Owen Nichols
Hello Geode dev community,

This is a release candidate for Apache Geode, version 1.9.1.RC3.
Thanks to all the community members for their contributions to this release!

Please do a review and give your feedback. The deadline is 3PM PST Thu, 
September 05 2019.
Release notes can be found at: 
https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.9.1

Please note that we are voting upon the source tags: rel/v1.9.1.RC3

Apache Geode:
https://github.com/apache/geode/tree/rel/v1.9.1.RC3
Apache Geode examples:
https://github.com/apache/geode-examples/tree/rel/v1.9.1.RC3
Apache Geode native:
https://github.com/apache/geode-native/tree/rel/v1.9.1.RC3

Source and binary files:
https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC3/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachegeode-1057

Geode's KEYS file containing PGP keys we use to sign the release:
https://github.com/apache/geode/blob/develop/KEYS

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

Regards
Owen & Kirk



Passed: apache/geode-examples#350 (release/1.9.1 - bd98356)

2019-08-30 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #350
Status: Passed

Duration: 22 mins and 30 secs
Commit: bd98356 (release/1.9.1)
Author: Owen Nichols
Message: temporarily point to staging repo for CI purposes

View the changeset: 
https://github.com/apache/geode-examples/compare/e3af9c759fa2...bd98356f5290

View the full build log and details: 
https://travis-ci.org/apache/geode-examples/builds/578927274?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/geode-native#2065 (release/1.9.1 - 8b161cc)

2019-08-30 Thread Travis CI
Build Update for apache/geode-native
-

Build: #2065
Status: Fixed

Duration: 2 hrs, 28 mins, and 52 secs
Commit: 8b161cc (release/1.9.1)
Author: Blake Bender
Message: Fix RAT version to reflect new Apache release

Co-authored-by: Jacob Barrett 

View the changeset: 
https://github.com/apache/geode-native/compare/add53da376c3...8b161cc9c212

View the full build log and details: 
https://travis-ci.org/apache/geode-native/builds/578897957?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-native repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Re: [VOTE] Apache Geode 1.9.1.RC3

2019-08-30 Thread Dave Barnes
+1
Checked the docs: Successfully built viewed the Geode User Guide and the
Javadocs.

On Fri, Aug 30, 2019 at 11:11 AM Owen Nichols  wrote:

> Hello Geode dev community,
>
> This is a release candidate for Apache Geode, version 1.9.1.RC3.
> Thanks to all the community members for their contributions to this
> release!
>
> Please do a review and give your feedback. The deadline is 3PM PST Thu,
> September 05 2019.
> Release notes can be found at:
> https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.9.1
>
> Please note that we are voting upon the source tags: rel/v1.9.1.RC3
>
> Apache Geode:
> https://github.com/apache/geode/tree/rel/v1.9.1.RC3
> Apache Geode examples:
> https://github.com/apache/geode-examples/tree/rel/v1.9.1.RC3
> Apache Geode native:
> https://github.com/apache/geode-native/tree/rel/v1.9.1.RC3
>
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC3/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachegeode-1057
>
> Geode's KEYS file containing PGP keys we use to sign the release:
> https://github.com/apache/geode/blob/develop/KEYS
>
> PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
> https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC3
> -PgeodeRepositoryUrl=
> https://repository.apache.org/content/repositories/orgapachegeode-1057
> build runAll
>
> Regards
> Owen & Kirk
>
>


Passed: apache/geode-native#2066 (rel/v1.9.1.RC3 - 8b161cc)

2019-08-30 Thread Travis CI
Build Update for apache/geode-native
-

Build: #2066
Status: Passed

Duration: 2 hrs, 1 min, and 42 secs
Commit: 8b161cc (rel/v1.9.1.RC3)
Author: Blake Bender
Message: Fix RAT version to reflect new Apache release

Co-authored-by: Jacob Barrett 

View the changeset: 
https://github.com/apache/geode-native/compare/rel/v1.9.1.RC3

View the full build log and details: 
https://travis-ci.org/apache/geode-native/builds/578927256?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-native repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/geode-examples#351 (rel/v1.10.0.RC1 - fa60100)

2019-08-30 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #351
Status: Errored

Duration: 54 secs
Commit: fa60100 (rel/v1.10.0.RC1)
Author: Dick Cavender
Message: Set versions correctly to 1.10.0

View the changeset: 
https://github.com/apache/geode-examples/compare/rel/v1.10.0.RC1

View the full build log and details: 
https://travis-ci.org/apache/geode-examples/builds/578997026?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



[VOTE] Apache Geode 1.10.0.RC1

2019-08-30 Thread Dick Cavender
Hello Geode dev community,

This is a release candidate for Apache Geode, version 1.10.0.RC1.
Thanks to all the community members for their contributions to this release!

Please do a review and give your feedback. The deadline is 3PM PST Thursday
Sept 5th.
Release notes can be found at:
https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.10.0

Please note that we are voting upon the source tags: rel/v1.10.0.RC1

Apache Geode:
https://github.com/apache/geode/tree/rel/v1.10.0.RC1
Apache Geode examples:
https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC1
Apache Geode native:
https://github.com/apache/geode-native/tree/rel/v1.10.0.RC1

Source and binary files:
https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC1/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachegeode-1058

Geode's KEYS file containing PGP keys we use to sign the release:
https://github.com/apache/geode/blob/develop/KEYS

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

Regards
Dick Cavender


Passed: apache/geode-examples#352 (release/1.10.0 - 075158b)

2019-08-30 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #352
Status: Passed

Duration: 24 mins and 31 secs
Commit: 075158b (release/1.10.0)
Author: Dick Cavender
Message: temporarily point to staging repo for CI purposes

View the changeset: 
https://github.com/apache/geode-examples/compare/fa60100244ce...075158bfe052

View the full build log and details: 
https://travis-ci.org/apache/geode-examples/builds/578997100?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Re: [VOTE] Apache Geode 1.10.0.RC1

2019-08-30 Thread Jinmei Liao
+ 1 verified the management v2 api is available by default and list of rest
end points.

On Fri, Aug 30, 2019 at 2:06 PM Dick Cavender  wrote:

> Hello Geode dev community,
>
> This is a release candidate for Apache Geode, version 1.10.0.RC1.
> Thanks to all the community members for their contributions to this
> release!
>
> Please do a review and give your feedback. The deadline is 3PM PST Thursday
> Sept 5th.
> Release notes can be found at:
>
> https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.10.0
>
> Please note that we are voting upon the source tags: rel/v1.10.0.RC1
>
> Apache Geode:
> https://github.com/apache/geode/tree/rel/v1.10.0.RC1
> Apache Geode examples:
> https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC1
> Apache Geode native:
> https://github.com/apache/geode-native/tree/rel/v1.10.0.RC1
>
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC1/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachegeode-1058
>
> Geode's KEYS file containing PGP keys we use to sign the release:
> https://github.com/apache/geode/blob/develop/KEYS
>
> PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
> https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC1
> -PgeodeRepositoryUrl=
> https://repository.apache.org/content/repositories/orgapachegeode-1058
> build runAll
>
> Regards
> Dick Cavender
>


-- 
Cheers

Jinmei


Re: [VOTE] Apache Geode 1.10.0.RC1

2019-08-30 Thread Dave Barnes
+1
Checked the docs: Successfully built AND viewed the Geode User Guide and
the Javadocs.

On Fri, Aug 30, 2019 at 2:32 PM Jinmei Liao  wrote:

> + 1 verified the management v2 api is available by default and list of rest
> end points.
>
> On Fri, Aug 30, 2019 at 2:06 PM Dick Cavender 
> wrote:
>
> > Hello Geode dev community,
> >
> > This is a release candidate for Apache Geode, version 1.10.0.RC1.
> > Thanks to all the community members for their contributions to this
> > release!
> >
> > Please do a review and give your feedback. The deadline is 3PM PST
> Thursday
> > Sept 5th.
> > Release notes can be found at:
> >
> >
> https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.10.0
> >
> > Please note that we are voting upon the source tags: rel/v1.10.0.RC1
> >
> > Apache Geode:
> > https://github.com/apache/geode/tree/rel/v1.10.0.RC1
> > Apache Geode examples:
> > https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC1
> > Apache Geode native:
> > https://github.com/apache/geode-native/tree/rel/v1.10.0.RC1
> >
> > Source and binary files:
> > https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC1/
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachegeode-1058
> >
> > Geode's KEYS file containing PGP keys we use to sign the release:
> > https://github.com/apache/geode/blob/develop/KEYS
> >
> > PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
> > https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC1
> > -PgeodeRepositoryUrl=
> > https://repository.apache.org/content/repositories/orgapachegeode-1058
> > build runAll
> >
> > Regards
> > Dick Cavender
> >
>
>
> --
> Cheers
>
> Jinmei
>


Passed: apache/geode-native#2067 (rel/v1.10.0.RC1 - e1fba60)

2019-08-30 Thread Travis CI
Build Update for apache/geode-native
-

Build: #2067
Status: Passed

Duration: 1 hr, 35 mins, and 38 secs
Commit: e1fba60 (rel/v1.10.0.RC1)
Author: Dave Barnes
Message: User Guide config: update for 1.10 release

View the changeset: 
https://github.com/apache/geode-native/compare/rel/v1.10.0.RC1

View the full build log and details: 
https://travis-ci.org/apache/geode-native/builds/578997053?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-native repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



[DISCUSS] RFC - Move membership code to a separate gradle sub-project

2019-08-30 Thread Dan Smith
Hi all,

We added the following RFC to the wiki about moving Geode's membership
system to a separate gradle sub-project. Please review and comment by
9/6/2019.

https://cwiki.apache.org/confluence/x/WRB4Bw

Thanks!
-Dan