Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-25 Thread Owen Nichols
My build.gradle is pretty simple:

repositories {
  mavenCentral()
  maven {
url 'https://repository.apache.org/content/repositories/orgapachegeode-1059'
  }
}

dependencies {
  compile('org.springframework.boot:spring-boot-starter')
  compile 'org.apache.geode:geode-core:1.10.0'
  compile 'org.apache.geode:geode-cq:1.10.0'
}


> On Sep 25, 2019, at 12:29 PM, Jacob Barrett  wrote:
> 
> 
> 
>> On Sep 25, 2019, at 12:26 PM, Owen Nichols  wrote:
>> 
>> ⚠️ to run my spring boot client for above test, I had to manually add 
>> compile 'io.micrometer:micrometer-core:1.2.0' , otherwise local region 
>> creation blows up with “java.lang.NoSuchMethodError” due to 
>> spring-boot-starter pulling in micrometer 1.0.3 by default.  This never 
>> happened with previous versions.  Not sure if this is outside Geode’s 
>> control, but it felt like a poor out-of-the-box experience... 
> 
> Is your spring app including geode via maven/gradle dependency management? 
> This may be pointing to a greater issue with dependency exports in the new 
> release's POM. 
> 
> -Jake
> 



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-25 Thread Jacob Barrett



> On Sep 25, 2019, at 12:26 PM, Owen Nichols  wrote:
> 
> ⚠️ to run my spring boot client for above test, I had to manually add compile 
> 'io.micrometer:micrometer-core:1.2.0' , otherwise local region creation blows 
> up with “java.lang.NoSuchMethodError” due to spring-boot-starter pulling in 
> micrometer 1.0.3 by default.  This never happened with previous versions.  
> Not sure if this is outside Geode’s control, but it felt like a poor 
> out-of-the-box experience... 

Is your spring app including geode via maven/gradle dependency management? This 
may be pointing to a greater issue with dependency exports in the new release's 
POM. 

-Jake



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-25 Thread Owen Nichols
+0

✅ verified that apache-geode-native-1.10.0-src.tar.gz extracts with a versioned 
top-level directory
✅ set up a small cluster (2 locators, 3 servers, 1 client, ssl enabled) and ran 
some simple puts, gets, and CQ.
⚠️ I cannot give “+1" yet because the release notes 

 appear unfinished.  For new features, a few words about why it’s awesome would 
be nice.  AEQ-pause isn’t even mentioned at all. And maybe highlight the “top 
10” bug fixes?  See release notes for 1.9.0, 1.8.0, 1.7.0, 1.6.0, 1.5.0, 1.4.0, 
1.3.0, or 1.2.0 for examples of the level of detail I would hope to see when a 
new minor release is announced.

Quibbles:
⚠️ to run my spring boot client for above test, I had to manually add compile 
'io.micrometer:micrometer-core:1.2.0' , otherwise local region creation blows 
up with “java.lang.NoSuchMethodError” due to spring-boot-starter pulling in 
micrometer 1.0.3 by default.  This never happened with previous versions.  Not 
sure if this is outside Geode’s control, but it felt like a poor out-of-the-box 
experience... 

-Owen

> On Sep 23, 2019, at 12:57 PM, Anthony Baker  wrote:
> 
> +1
> 
> 
> Reviewed:
> 
> - Signatures and hashes
> - LICENSE and NOTICE
> - No binaries in source distribution
> - Builds from source
> 
> 
> Quibbles:
> 
> - Let’s include geode-benchmarks/ next release
> - It would be more awesome if geode-native extracts into a directory with a 
> versioned name (e.g. apache-geode-native-1.10.0/)
> - geode-examples is the only distribution that provides a zip format…is that 
> needed?
> 
> Anthony
> 
> 
>> On Sep 20, 2019, at 9:26 AM, Dick Cavender  wrote:
>> 
>> Hello Geode dev community,
>> 
>> This is a release candidate for Apache Geode, version 1.10.0.RC2.
>> Thanks to all the community members for their contributions to this release!
>> 
>> Please do a review and give your feedback including the checks performed.
>> The voting deadline is *3PM PST Wed, September 25 2019*.
>> 
>> This candidate has passed RC Qualification checks (NEW) which can be found
>> at:
>> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc
>> 
>> 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.RC2*
>> 
>> Apache Geode:
>> https://github.com/apache/geode/tree/rel/v1.10.0.RC2
>> Apache Geode examples:
>> https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC2
>> Apache Geode native:
>> https://github.com/apache/geode-native/tree/rel/v1.10.0.RC2
>> 
>> Source and binary files:
>> https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2/
>> 
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachegeode-1059
>> 
>> 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.RC2
>> -PgeodeRepositoryUrl=
>> https://repository.apache.org/content/repositories/orgapachegeode-1059
>> build runAll
>> 
>> Regards
>> Dick Cavender
> 



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-24 Thread Udo Kohlmeyer

I'm going to change my vote to "+1".

This is an issue that needs to be resolved. I would have preferred 1.10, 
but maybe it is good enough to have it fixed in 1.11.


@Robert, https://issues.apache.org/jira/browse/GEODE-7241 is the JIRA 
you were looking for.


We definitely have to fix this issue for 1.9.x, so 1.9.2 will require 
this fix.


--Udo

On 9/24/19 1:21 PM, Robert Houghton wrote:

Udo, is there a Jira about this issue?
Since this is not a new issue in 1.10 (as you say, it is the case in 1.8,
1.9, 1.9.1) is it really a -1 ?

On Tue, Sep 24, 2019 at 12:01 PM Udo Kohlmeyer  wrote:


Given that 1.8, 1.9 are currently publishing the jar's to the maven
central, instead of wars, I can only assume that 1.10 would do the same.

Also, given that everyone is surprised by this, means that we have not
address this issue.

Until we can confirm that we would publish war files instead of jars for
geode-web and geode-web-api, I will have to vote. This of course would
change once this issue is resolved.

-1

--Udo


Hello Geode dev community,

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

Please do a review and give your feedback including the checks

performed.

The voting deadline is *3PM PST Wed, September 25 2019*.

This candidate has passed RC Qualification checks (NEW) which can be

found

at:



https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc

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.RC2*

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

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

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

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.RC2
-PgeodeRepositoryUrl=
https://repository.apache.org/content/repositories/orgapachegeode-1059
build runAll

Regards
Dick Cavender



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-24 Thread Udo Kohlmeyer

Hi there Robert,

Whilst it is not a new issue (for 1.10), but missing something this 
critical is an automatic -1, in my books. It has been a problem since 
1.8 and we've just missed it, otherwise 1.8 onwards should have been 
rejected.


There is not a JIRA, as I have not yet received a positive response to 
understand IF the change to JAR was expected or unexpected.


Also note that my '-1' is conditional on either fixing it or a response 
(and JIRA) outlining that this is an signed off feature.


--Udo

On 9/24/19 1:21 PM, Robert Houghton wrote:

Udo, is there a Jira about this issue?
Since this is not a new issue in 1.10 (as you say, it is the case in 1.8,
1.9, 1.9.1) is it really a -1 ?

On Tue, Sep 24, 2019 at 12:01 PM Udo Kohlmeyer  wrote:


Given that 1.8, 1.9 are currently publishing the jar's to the maven
central, instead of wars, I can only assume that 1.10 would do the same.

Also, given that everyone is surprised by this, means that we have not
address this issue.

Until we can confirm that we would publish war files instead of jars for
geode-web and geode-web-api, I will have to vote. This of course would
change once this issue is resolved.

-1

--Udo


Hello Geode dev community,

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

Please do a review and give your feedback including the checks

performed.

The voting deadline is *3PM PST Wed, September 25 2019*.

This candidate has passed RC Qualification checks (NEW) which can be

found

at:



https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc

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.RC2*

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

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

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

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.RC2
-PgeodeRepositoryUrl=
https://repository.apache.org/content/repositories/orgapachegeode-1059
build runAll

Regards
Dick Cavender



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-24 Thread Robert Houghton
Udo, is there a Jira about this issue?
Since this is not a new issue in 1.10 (as you say, it is the case in 1.8,
1.9, 1.9.1) is it really a -1 ?

On Tue, Sep 24, 2019 at 12:01 PM Udo Kohlmeyer  wrote:

> Given that 1.8, 1.9 are currently publishing the jar's to the maven
> central, instead of wars, I can only assume that 1.10 would do the same.
>
> Also, given that everyone is surprised by this, means that we have not
> address this issue.
>
> Until we can confirm that we would publish war files instead of jars for
> geode-web and geode-web-api, I will have to vote. This of course would
> change once this issue is resolved.
>
> -1
>
> --Udo
>
> >>> Hello Geode dev community,
> >>>
> >>> This is a release candidate for Apache Geode, version 1.10.0.RC2.
> >>> Thanks to all the community members for their contributions to this
> >>> release!
> >>>
> >>> Please do a review and give your feedback including the checks
> performed.
> >>> The voting deadline is *3PM PST Wed, September 25 2019*.
> >>>
> >>> This candidate has passed RC Qualification checks (NEW) which can be
> >> found
> >>> at:
> >>>
> >>>
> >>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc
> >>> 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.RC2*
> >>>
> >>> Apache Geode:
> >>> https://github.com/apache/geode/tree/rel/v1.10.0.RC2
> >>> Apache Geode examples:
> >>> https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC2
> >>> Apache Geode native:
> >>> https://github.com/apache/geode-native/tree/rel/v1.10.0.RC2
> >>>
> >>> Source and binary files:
> >>> https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2/
> >>>
> >>> Maven staging repo:
> >>> https://repository.apache.org/content/repositories/orgapachegeode-1059
> >>>
> >>> 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.RC2
> >>> -PgeodeRepositoryUrl=
> >>> https://repository.apache.org/content/repositories/orgapachegeode-1059
> >>> build runAll
> >>>
> >>> Regards
> >>> Dick Cavender
> >>>
>


Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-24 Thread Udo Kohlmeyer
Given that 1.8, 1.9 are currently publishing the jar's to the maven 
central, instead of wars, I can only assume that 1.10 would do the same.


Also, given that everyone is surprised by this, means that we have not 
address this issue.


Until we can confirm that we would publish war files instead of jars for 
geode-web and geode-web-api, I will have to vote. This of course would 
change once this issue is resolved.


-1

--Udo


Hello Geode dev community,

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

Please do a review and give your feedback including the checks performed.
The voting deadline is *3PM PST Wed, September 25 2019*.

This candidate has passed RC Qualification checks (NEW) which can be

found

at:



https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc

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.RC2*

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

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

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

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.RC2
-PgeodeRepositoryUrl=
https://repository.apache.org/content/repositories/orgapachegeode-1059
build runAll

Regards
Dick Cavender



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-24 Thread Aaron Lindsey
+1

   - 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

The luceneSpatial project in geode-examples fails for me when running...
>

To address my earlier comment, I was able to run all of the examples
successfully after I did a full gradle clean and build in the
geode-examples repo. I guess the error I saw was due to some leftover
artifacts from a previous build.

- Aaron


On Tue, Sep 24, 2019 at 10:30 AM Dan Smith  wrote:

> +1
>
> Ran geode-release-check (checks signatures, source build, simple gfsh test)
>
> -Dan
>
> On Mon, Sep 23, 2019 at 3:20 PM Jacob Barrett  wrote:
>
> > +1
> >
> > Still think it is ok to ship but found another annoying issue. When
> > running Geode Native C++ integration tests (new framework) an indented
> > disabled test will execute and fail. The test was not properly disabled.
> On
> > the develop branch this test is fixed and is no longer disabled. If there
> > is another RC we could easily port the fix or properly disable the test.
> >
> > -Jake
> >
> > > On Sep 23, 2019, at 2:36 PM, Jacob Barrett 
> wrote:
> > >
> > > +1
> > >
> > > Only tested geode-native on MacOS. Unit and integration tests based.
> > >
> > > One issues worth mentioning, while we don’t explicitly state support
> for
> > specific platforms, MacOs with the latest Xcode will have some troubles
> > getting off the ground. The updated Clang compiler in Xcode is less
> > forgiving and has some new warnings/errors. This same issue will likely
> > exist in other platforms where newer versions of Clang are in use.
> Adding a
> > few warning exclusions on your CMake configuration command will get you
> > past the errors.
> > >
> > > cmake ... -DCMAKE_CXX_FLAGS="-Wno-defaulted-function-deleted
> > -Wno-c++2a-compat"
> > >
> > > -Jake
> > >
> > >
> > >
> >
> >
>


Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-24 Thread Dan Smith
+1

Ran geode-release-check (checks signatures, source build, simple gfsh test)

-Dan

On Mon, Sep 23, 2019 at 3:20 PM Jacob Barrett  wrote:

> +1
>
> Still think it is ok to ship but found another annoying issue. When
> running Geode Native C++ integration tests (new framework) an indented
> disabled test will execute and fail. The test was not properly disabled. On
> the develop branch this test is fixed and is no longer disabled. If there
> is another RC we could easily port the fix or properly disable the test.
>
> -Jake
>
> > On Sep 23, 2019, at 2:36 PM, Jacob Barrett  wrote:
> >
> > +1
> >
> > Only tested geode-native on MacOS. Unit and integration tests based.
> >
> > One issues worth mentioning, while we don’t explicitly state support for
> specific platforms, MacOs with the latest Xcode will have some troubles
> getting off the ground. The updated Clang compiler in Xcode is less
> forgiving and has some new warnings/errors. This same issue will likely
> exist in other platforms where newer versions of Clang are in use. Adding a
> few warning exclusions on your CMake configuration command will get you
> past the errors.
> >
> > cmake ... -DCMAKE_CXX_FLAGS="-Wno-defaulted-function-deleted
> -Wno-c++2a-compat"
> >
> > -Jake
> >
> >
> >
>
>


Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-23 Thread Jacob Barrett
+1

Still think it is ok to ship but found another annoying issue. When running 
Geode Native C++ integration tests (new framework) an indented disabled test 
will execute and fail. The test was not properly disabled. On the develop 
branch this test is fixed and is no longer disabled. If there is another RC we 
could easily port the fix or properly disable the test.

-Jake

> On Sep 23, 2019, at 2:36 PM, Jacob Barrett  wrote:
> 
> +1
> 
> Only tested geode-native on MacOS. Unit and integration tests based.
> 
> One issues worth mentioning, while we don’t explicitly state support for 
> specific platforms, MacOs with the latest Xcode will have some troubles 
> getting off the ground. The updated Clang compiler in Xcode is less forgiving 
> and has some new warnings/errors. This same issue will likely exist in other 
> platforms where newer versions of Clang are in use. Adding a few warning 
> exclusions on your CMake configuration command will get you past the errors.
> 
> cmake ... -DCMAKE_CXX_FLAGS="-Wno-defaulted-function-deleted 
> -Wno-c++2a-compat"
> 
> -Jake
> 
> 
> 



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-23 Thread Jacob Barrett
+1

Only tested geode-native on MacOS. Unit and integration tests based.

One issues worth mentioning, while we don’t explicitly state support for 
specific platforms, MacOs with the latest Xcode will have some troubles getting 
off the ground. The updated Clang compiler in Xcode is less forgiving and has 
some new warnings/errors. This same issue will likely exist in other platforms 
where newer versions of Clang are in use. Adding a few warning exclusions on 
your CMake configuration command will get you past the errors.

cmake ... -DCMAKE_CXX_FLAGS="-Wno-defaulted-function-deleted -Wno-c++2a-compat"

-Jake





Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-23 Thread Jinmei Liao
+1 verified the management v2 apis are available.

On Mon, Sep 23, 2019 at 12:58 PM Anthony Baker  wrote:

> +1
>
>
> Reviewed:
>
> - Signatures and hashes
> - LICENSE and NOTICE
> - No binaries in source distribution
> - Builds from source
>
>
> Quibbles:
>
> - Let’s include geode-benchmarks/ next release
> - It would be more awesome if geode-native extracts into a directory with
> a versioned name (e.g. apache-geode-native-1.10.0/)
> - geode-examples is the only distribution that provides a zip format…is
> that needed?
>
> Anthony
>
>
> > On Sep 20, 2019, at 9:26 AM, Dick Cavender  wrote:
> >
> > Hello Geode dev community,
> >
> > This is a release candidate for Apache Geode, version 1.10.0.RC2.
> > Thanks to all the community members for their contributions to this
> release!
> >
> > Please do a review and give your feedback including the checks performed.
> > The voting deadline is *3PM PST Wed, September 25 2019*.
> >
> > This candidate has passed RC Qualification checks (NEW) which can be
> found
> > at:
> >
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc
> >
> > 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.RC2*
> >
> > Apache Geode:
> > https://github.com/apache/geode/tree/rel/v1.10.0.RC2
> > Apache Geode examples:
> > https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC2
> > Apache Geode native:
> > https://github.com/apache/geode-native/tree/rel/v1.10.0.RC2
> >
> > Source and binary files:
> > https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2/
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachegeode-1059
> >
> > 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.RC2
> > -PgeodeRepositoryUrl=
> > https://repository.apache.org/content/repositories/orgapachegeode-1059
> > build runAll
> >
> > Regards
> > Dick Cavender
>
>

-- 
Cheers

Jinmei


Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-23 Thread Anthony Baker
It worked for me…?

> On Sep 23, 2019, at 12:38 PM, Aaron Lindsey  wrote:
> 
> Does this happen for anyone else?



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-23 Thread Anthony Baker
+1


Reviewed:

- Signatures and hashes
- LICENSE and NOTICE
- No binaries in source distribution
- Builds from source


Quibbles:

- Let’s include geode-benchmarks/ next release
- It would be more awesome if geode-native extracts into a directory with a 
versioned name (e.g. apache-geode-native-1.10.0/)
- geode-examples is the only distribution that provides a zip format…is that 
needed?

Anthony


> On Sep 20, 2019, at 9:26 AM, Dick Cavender  wrote:
> 
> Hello Geode dev community,
> 
> This is a release candidate for Apache Geode, version 1.10.0.RC2.
> Thanks to all the community members for their contributions to this release!
> 
> Please do a review and give your feedback including the checks performed.
> The voting deadline is *3PM PST Wed, September 25 2019*.
> 
> This candidate has passed RC Qualification checks (NEW) which can be found
> at:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc
> 
> 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.RC2*
> 
> Apache Geode:
> https://github.com/apache/geode/tree/rel/v1.10.0.RC2
> Apache Geode examples:
> https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC2
> Apache Geode native:
> https://github.com/apache/geode-native/tree/rel/v1.10.0.RC2
> 
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachegeode-1059
> 
> 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.RC2
> -PgeodeRepositoryUrl=
> https://repository.apache.org/content/repositories/orgapachegeode-1059
> build runAll
> 
> Regards
> Dick Cavender



Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-23 Thread Aaron Lindsey
The luceneSpatial project in geode-examples fails for me when running:

./gradlew -PgeodeReleaseUrl=
https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2
-PgeodeRepositoryUrl=
https://repository.apache.org/content/repositories/orgapachegeode-1059
:luceneSpatial:build :luceneSpatial:runAll

In the server logs, I see the following fatal message:

[fatal 2019/09/23 12:34:38.673 PDT :41000 shared unordered uid=1
port=57924> tid=0x24] Error deserializing message
org.apache.geode.SerializationException: Could not create an instance of
org.apache.geode.internal.cache.MemberFunctionStreamingMessage .
at
org.apache.geode.internal.InternalDataSerializer.invokeFromData(InternalDataSerializer.java:2389)
at
org.apache.geode.internal.DSFIDFactory.create(DSFIDFactory.java:997)
at
org.apache.geode.internal.InternalDataSerializer.readDSFID(InternalDataSerializer.java:2516)
at
org.apache.geode.internal.InternalDataSerializer.readDSFID(InternalDataSerializer.java:2528)
at
org.apache.geode.internal.tcp.Connection.readMessage(Connection.java:3111)
at
org.apache.geode.internal.tcp.Connection.processInputBuffer(Connection.java:2920)
at
org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1745)
at
org.apache.geode.internal.tcp.Connection.run(Connection.java:1577)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.InvalidClassException:
org.apache.geode.cache.configuration.CacheElement; local class
incompatible: stream classdesc serialVersionUID = -320845719772712775,
local class serialVersionUID = 3127544615832500564
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:699)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1885)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1751)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1885)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1751)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2042)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1573)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2287)
at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2211)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2069)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1573)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:431)
at
org.apache.geode.internal.InternalDataSerializer.readSerializable(InternalDataSerializer.java:2846)
at
org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2790)
at
org.apache.geode.DataSerializer.readObject(DataSerializer.java:2968)
at
org.apache.geode.internal.cache.MemberFunctionStreamingMessage.fromData(MemberFunctionStreamingMessage.java:288)
at
org.apache.geode.internal.InternalDataSerializer.invokeFromData(InternalDataSerializer.java:2372)
... 8 more

Does this happen for anyone else?

- Aaron


On Fri, Sep 20, 2019 at 1:06 PM Dave Barnes  wrote:

> +1
> I downloaded the 1.10.0 RC2 Apache Geode release candidate, and also the
> Geode Native Client source bundle.
> Successfully built the user guides and API docs in both repos and
> spot-checked the contents for correct version strings and paths.
>
> On Fri, Sep 20, 2019 at 9:26 AM Dick Cavender 
> wrote:
>
> > Hello Geode dev community,
> >
> > This is a release candidate for Apache Geode, version 1.10.0.RC2.
> > Thanks to all the community members for their contributions to this
> > release!
> >
> > Please do a review and give your feedback including the checks performed.
> > The voting deadline is *3PM PST Wed, September 25 2019*.
> >
> > This candidate has passed RC Qualification checks (NEW) which can be
> found
> > at:
> >
> >
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc
> >
> > 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.RC2*
> >
> > Apache Geode:
> > https://github.com/apache/geode/tree/rel/v1.10.0.RC2
> > Apache Geode examples:
> > https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC2
> > Apache Geode native:
> > https://github.com/apache/geode-native/tree/rel/v1.10.0.RC2
> >
> > Source and binary files:
> > https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2/
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachegeode-1059
> >
> > 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=
> > 

Re: [VOTE] Apache Geode 1.10.0.RC2

2019-09-20 Thread Dave Barnes
+1
I downloaded the 1.10.0 RC2 Apache Geode release candidate, and also the
Geode Native Client source bundle.
Successfully built the user guides and API docs in both repos and
spot-checked the contents for correct version strings and paths.

On Fri, Sep 20, 2019 at 9:26 AM Dick Cavender  wrote:

> Hello Geode dev community,
>
> This is a release candidate for Apache Geode, version 1.10.0.RC2.
> Thanks to all the community members for their contributions to this
> release!
>
> Please do a review and give your feedback including the checks performed.
> The voting deadline is *3PM PST Wed, September 25 2019*.
>
> This candidate has passed RC Qualification checks (NEW) which can be found
> at:
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-10-0-rc
>
> 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.RC2*
>
> Apache Geode:
> https://github.com/apache/geode/tree/rel/v1.10.0.RC2
> Apache Geode examples:
> https://github.com/apache/geode-examples/tree/rel/v1.10.0.RC2
> Apache Geode native:
> https://github.com/apache/geode-native/tree/rel/v1.10.0.RC2
>
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC2/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachegeode-1059
>
> 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.RC2
> -PgeodeRepositoryUrl=
> https://repository.apache.org/content/repositories/orgapachegeode-1059
> build runAll
>
> Regards
> Dick Cavender
>