Re: WAN replication issue in cloud native environments

2020-03-05 Thread Dan Smith
I think there is some confusion here. The client side class ExecutablePool has a method called setServerAffinityLocation. It looks like that is used for some internal transaction code to make sure transactions go to the same server. I don't think it makes any sense for the gateway to be messing wi

[DISCUSS] RFC: How management rest API GET request deals with entities in multiple groups

2020-03-05 Thread Jinmei Liao
Hi everyone, I would like to summarize what the management REST GET request would return if the entity exists in multiple groups. The linked RFC[1] has all the details. [1] https://cwiki.apache.org/confluence/display/GEODE/Group+Configuration+in+Management+Rest+API -- Cheers Jinmei

RE: WAN replication issue in cloud native environments

2020-03-05 Thread Alberto Bustamante Reyes
I think that was what I did when I tried, but I realized I had a failure in the code. Now that I have tried again, reverting the change of executing ping by endpoint, and applying the server affinity, the connections are much more stable! Looks promising 🙂 I suppose that if I want to introduce