WAN replication issue in cloud native environments

2019-11-29 Thread Alberto Bustamante Reyes
Hi all, We have a problem with Geode WAN replication when GW receivers are configured with the same hostname-for-senders and port on all servers. The reason for such a setup is deploying Geode cluster on a Kubernetes cluster where all GW receivers are reachable from the outside world on the sam

Reviewers wanted for GEODE-7509: Fix memory leaks in C++ client

2019-11-29 Thread Alberto Gomez
Hi, Could I get some reviewers for https://github.com/apache/geode-native/pull/556? [https://avatars3.githubusercontent.com/u/47359?s=400&v=4] GEODE-7509: Fix memory leaks in C++ client by albertogpz · Pull Request #556 · apache/geode-native

Re: WAN replication issue in cloud native environments

2019-11-29 Thread Jacob Barrett
> On Nov 29, 2019, at 3:14 AM, Alberto Bustamante Reyes > wrote: > > The reason for such a setup is deploying Geode cluster on a Kubernetes > cluster where all GW receivers are reachable from the outside world on the > same VIP and port. Are you using LoadBalancer Service type? > Other kin

IndexType deprecation question

2019-11-29 Thread Joris Melchior
Hi All, I notice that the ENUM org.apache.geode.cache.query.IndexType has been deprecated but can't find what to use instead of this ENUM if I wanted to use a non-deprecated alternative. I understand that HASH indexes are no longer recommended but the other types (PRIMARY_KEY, FUNCTIONAL) are st

Re: IndexType deprecation question

2019-11-29 Thread John Blum
FYI... if you are using *Spring Data for Apache Geode* (SDG; spring-data-geode), then there is an SDG Index enum type [1] wrapping the deprecated Apache Geode Index enum type

Re: IndexType deprecation question

2019-11-29 Thread Joris Melchior
Thanks John. I'm trying to use it on the server side for the management API so unfortunately the Spring wrapper is not an option. Hopefully someone can provide some insight into the deprecation background once all the turkey and stuffing has been digested. On Fri, Nov 29, 2019 at 2:16 PM John Blu