Re: InternalCacheTransactionManager2PC removed from public API

2019-04-12 Thread Mario Ivanac
Hi,


just reformulate this question. What is the way forward if we want to use 2PC 
with C++ geode native?


Regards,

Mario


Šalje: Mario Ivanac 
Poslano: 26. ožujka 2019. 8:42:57
Prima: dev@geode.apache.org
Predmet: InternalCacheTransactionManager2PC removed from public API

Hi,


Can you tell me why is this header removed from geode native public API 
(https://issues.apache.org/jira/browse/GEODE-3421),

and how we can use XA transactions (2PC) in geode native?


BR,

Mario


Re: InternalCacheTransactionManager2PC removed from public API

2019-04-12 Thread Jacob Barrett
Sorry for the delay.

In the initial source grant it inadvertently in the public headers. Prior to 
the 1.x release of Geode Native it was move internal where it belongs. There is 
currently no way in Geode Native to get access to the two phases commit 
transaction manager. This is an oversight that should be corrected. Please open 
a JIRA asking for public API support for two phase commit transactions.

Thanks,
Jake


> On Apr 12, 2019, at 12:49 AM, Mario Ivanac  wrote:
> 
> Hi,
> 
> 
> just reformulate this question. What is the way forward if we want to use 2PC 
> with C++ geode native?
> 
> 
> Regards,
> 
> Mario
> 
> 
> Šalje: Mario Ivanac 
> Poslano: 26. ožujka 2019. 8:42:57
> Prima: dev@geode.apache.org
> Predmet: InternalCacheTransactionManager2PC removed from public API
> 
> Hi,
> 
> 
> Can you tell me why is this header removed from geode native public API 
> (https://issues.apache.org/jira/browse/GEODE-3421),
> 
> and how we can use XA transactions (2PC) in geode native?
> 
> 
> BR,
> 
> Mario



[VOTE] Apache Geode 1.9.0 RC1

2019-04-12 Thread Sai Boorlagadda
Hello, Geode dev community,


This is the first 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 12 PM PST
Wed April 17th, 2019.


This release resolves 297 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.RC1


Apache Geode:

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

Apache Geode examples:

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

Apache Geode Native:

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


Commit ID:

Apache Geode: 75ac49853de0711b9720f168cbed5f3fc03f4668

Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf

Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279


Source and binary files:

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


Maven staging repo:

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


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 fingerprint:

rsa4096 2018-01-14 [SC]

0889380187C20785C2A7168045936212F0FF55B0


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


Regards

Sai Boorlagadda


Re: [VOTE] Apache Geode 1.9.0 RC1

2019-04-12 Thread Dave Barnes
-1
The file geode-book/redirects.rb contains an incorrect version path
component: "110". Should be "19". Two occurrences.
Customers will not be able to build the user guide from sources without
this change.
Should be:

```

rewrite '/', '/docs/guide/19/about_geode.html'

rewrite '/index.html', '/docs/guide/19/about_geode.html'

```

On Fri, Apr 12, 2019 at 11:16 AM Sai Boorlagadda 
wrote:

> Hello, Geode dev community,
>
>
> This is the first 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 12 PM PST
> Wed April 17th, 2019.
>
>
> This release resolves 297 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.RC1
>
>
> Apache Geode:
>
> https://github.com/apache/geode/tree/rel/v1.9.0.RC1
>
> Apache Geode examples:
>
> https://github.com/apache/geode-examples/tree/rel/v1.9.0.RC1
>
> Apache Geode Native:
>
> https://github.com/apache/geode-native/tree/rel/v1.9.0.RC1
>
>
> Commit ID:
>
> Apache Geode: 75ac49853de0711b9720f168cbed5f3fc03f4668
>
> Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf
>
> Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279
>
>
> Source and binary files:
>
> https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC1/
>
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapachegeode-1051
>
>
> 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 fingerprint:
>
> rsa4096 2018-01-14 [SC]
>
> 0889380187C20785C2A7168045936212F0FF55B0
>
>
> PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
> https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC1
> -PgeodeRepositoryUrl=
> https://repository.apache.org/content/repositories/orgapachegeode-1051
> build runAll
>
>
> Regards
>
> Sai Boorlagadda
>


Re: [VOTE] Apache Geode 1.9.0 RC1

2019-04-12 Thread Sai Boorlagadda
Thanks Dave for catching that. I am going to rebuild a new RC.

Sai

On Fri, Apr 12, 2019 at 3:10 PM Dave Barnes  wrote:

> -1
> The file geode-book/redirects.rb contains an incorrect version path
> component: "110". Should be "19". Two occurrences.
> Customers will not be able to build the user guide from sources without
> this change.
> Should be:
>
> ```
>
> rewrite '/', '/docs/guide/19/about_geode.html'
>
> rewrite '/index.html', '/docs/guide/19/about_geode.html'
>
> ```
>
> On Fri, Apr 12, 2019 at 11:16 AM Sai Boorlagadda <
> sai.boorlaga...@gmail.com>
> wrote:
>
> > Hello, Geode dev community,
> >
> >
> > This is the first 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 12 PM
> PST
> > Wed April 17th, 2019.
> >
> >
> > This release resolves 297 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.RC1
> >
> >
> > Apache Geode:
> >
> > https://github.com/apache/geode/tree/rel/v1.9.0.RC1
> >
> > Apache Geode examples:
> >
> > https://github.com/apache/geode-examples/tree/rel/v1.9.0.RC1
> >
> > Apache Geode Native:
> >
> > https://github.com/apache/geode-native/tree/rel/v1.9.0.RC1
> >
> >
> > Commit ID:
> >
> > Apache Geode: 75ac49853de0711b9720f168cbed5f3fc03f4668
> >
> > Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf
> >
> > Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279
> >
> >
> > Source and binary files:
> >
> > https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC1/
> >
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapachegeode-1051
> >
> >
> > 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 fingerprint:
> >
> > rsa4096 2018-01-14 [SC]
> >
> > 0889380187C20785C2A7168045936212F0FF55B0
> >
> >
> > PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
> > https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC1
> > -PgeodeRepositoryUrl=
> > https://repository.apache.org/content/repositories/orgapachegeode-1051
> > build runAll
> >
> >
> > Regards
> >
> > Sai Boorlagadda
> >
>


Re: [VOTE] Apache Geode 1.9.0 RC1

2019-04-12 Thread Bruce Schuchardt
I'm pushing the fix for GEODE-3948 right now.  Can you get that into the 
new RC?  It was reported on geode-user this week.


On 4/12/19 3:27 PM, Sai Boorlagadda wrote:

Thanks Dave for catching that. I am going to rebuild a new RC.

Sai

On Fri, Apr 12, 2019 at 3:10 PM Dave Barnes  wrote:


-1
The file geode-book/redirects.rb contains an incorrect version path
component: "110". Should be "19". Two occurrences.
Customers will not be able to build the user guide from sources without
this change.
Should be:

```

rewrite '/', '/docs/guide/19/about_geode.html'

rewrite '/index.html', '/docs/guide/19/about_geode.html'

```

On Fri, Apr 12, 2019 at 11:16 AM Sai Boorlagadda <
sai.boorlaga...@gmail.com>
wrote:


Hello, Geode dev community,


This is the first 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 12 PM

PST

Wed April 17th, 2019.


This release resolves 297 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.RC1


Apache Geode:

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

Apache Geode examples:

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

Apache Geode Native:

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


Commit ID:

Apache Geode: 75ac49853de0711b9720f168cbed5f3fc03f4668

Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf

Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279


Source and binary files:

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


Maven staging repo:

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


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 fingerprint:

rsa4096 2018-01-14 [SC]

0889380187C20785C2A7168045936212F0FF55B0


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


Regards

Sai Boorlagadda



[VOTE] Apache Geode 1.9.0 RC2

2019-04-12 Thread Sai Boorlagadda
Hello, Geode dev community,


This is the second 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 5 PM PST
Wed April 17th, 2019.


This release resolves 295 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.RC2


Apache Geode:

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

Apache Geode examples:

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

Apache Geode Native:

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


Commit ID:

Apache Geode: 4a868075e59a26753485958bf86900881b794934

Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf

Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279


Source and binary files:

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


Maven staging repo:

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


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 fingerprint:

rsa4096 2018-01-14 [SC]

0889380187C20785C2A7168045936212F0FF55B0


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


Regards,

Sai Boorlagadda


Re: [VOTE] Apache Geode 1.9.0 RC1

2019-04-12 Thread Sai Boorlagadda
I did build an RC2 and uploaded to distro.

Sai

On Fri, Apr 12, 2019 at 4:21 PM Bruce Schuchardt 
wrote:

> I'm pushing the fix for GEODE-3948 right now.  Can you get that into the
> new RC?  It was reported on geode-user this week.
>
> On 4/12/19 3:27 PM, Sai Boorlagadda wrote:
> > Thanks Dave for catching that. I am going to rebuild a new RC.
> >
> > Sai
> >
> > On Fri, Apr 12, 2019 at 3:10 PM Dave Barnes  wrote:
> >
> >> -1
> >> The file geode-book/redirects.rb contains an incorrect version path
> >> component: "110". Should be "19". Two occurrences.
> >> Customers will not be able to build the user guide from sources without
> >> this change.
> >> Should be:
> >>
> >> ```
> >>
> >> rewrite '/', '/docs/guide/19/about_geode.html'
> >>
> >> rewrite '/index.html', '/docs/guide/19/about_geode.html'
> >>
> >> ```
> >>
> >> On Fri, Apr 12, 2019 at 11:16 AM Sai Boorlagadda <
> >> sai.boorlaga...@gmail.com>
> >> wrote:
> >>
> >>> Hello, Geode dev community,
> >>>
> >>>
> >>> This is the first 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 12 PM
> >> PST
> >>> Wed April 17th, 2019.
> >>>
> >>>
> >>> This release resolves 297 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.RC1
> >>>
> >>>
> >>> Apache Geode:
> >>>
> >>> https://github.com/apache/geode/tree/rel/v1.9.0.RC1
> >>>
> >>> Apache Geode examples:
> >>>
> >>> https://github.com/apache/geode-examples/tree/rel/v1.9.0.RC1
> >>>
> >>> Apache Geode Native:
> >>>
> >>> https://github.com/apache/geode-native/tree/rel/v1.9.0.RC1
> >>>
> >>>
> >>> Commit ID:
> >>>
> >>> Apache Geode: 75ac49853de0711b9720f168cbed5f3fc03f4668
> >>>
> >>> Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf
> >>>
> >>> Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279
> >>>
> >>>
> >>> Source and binary files:
> >>>
> >>> https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC1/
> >>>
> >>>
> >>> Maven staging repo:
> >>>
> >>> https://repository.apache.org/content/repositories/orgapachegeode-1051
> >>>
> >>>
> >>> 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 fingerprint:
> >>>
> >>> rsa4096 2018-01-14 [SC]
> >>>
> >>> 0889380187C20785C2A7168045936212F0FF55B0
> >>>
> >>>
> >>> PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
> >>> https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC1
> >>> -PgeodeRepositoryUrl=
> >>> https://repository.apache.org/content/repositories/orgapachegeode-1051
> >>> build runAll
> >>>
> >>>
> >>> Regards
> >>>
> >>> Sai Boorlagadda
> >>>
>