Re: [infinispan-dev] 9.0.0.CR4

2017-03-20 Thread Sebastian Laskawiec
Sounds good! Fingers crossed! On Mon, Mar 20, 2017 at 9:16 PM Dan Berindei wrote: > +1 > > On Mon, Mar 20, 2017 at 8:16 PM, William Burns > wrote: > > Sounds good! Hopefully this will actually be the last CR :D > > > > On Mon, Mar 20, 2017 at 1:27 PM Tristan Tarrant > wrote: > >> > >> Guys, >

Re: [infinispan-dev] 9.0.0.CR4

2017-03-20 Thread Dan Berindei
+1 On Mon, Mar 20, 2017 at 8:16 PM, William Burns wrote: > Sounds good! Hopefully this will actually be the last CR :D > > On Mon, Mar 20, 2017 at 1:27 PM Tristan Tarrant wrote: >> >> Guys, >> >> because of the amount of pending changes, I'd like to release 9.0.0.CR4 >> on Wednesday 22nd and Fin

[infinispan-dev] AffinityPartitioner: enable by default please?

2017-03-20 Thread Sanne Grinovero
Hi all, the explicit approach which we introduced with the AffinityPartitioner is extremely useful in most use cases for Embedded mode. I sent a PR on 18 Aug 2016 [1] to make this feature enabled by default so that people could benefit from it w/o needing to set it explicitly but it was not merge

Re: [infinispan-dev] 9.0.0.CR4

2017-03-20 Thread William Burns
Sounds good! Hopefully this will actually be the last CR :D On Mon, Mar 20, 2017 at 1:27 PM Tristan Tarrant wrote: > Guys, > > because of the amount of pending changes, I'd like to release 9.0.0.CR4 > on Wednesday 22nd and Final next week. > > Opinions ? > > Tristan > > -- > Tristan Tarrant > In

[infinispan-dev] My update

2017-03-20 Thread Adrian Nistor
Hi all, I've been on PTO most of last week and returned to active life only on Thursday. I've been hiding in the shadow exercising my writing talent (yuck) on documenting query and also cleaned up some jira issues: ISPN-7300 fixing negative occurence (-) when used with boolean expressions ISPN

[infinispan-dev] 9.0.0.CR4

2017-03-20 Thread Tristan Tarrant
Guys, because of the amount of pending changes, I'd like to release 9.0.0.CR4 on Wednesday 22nd and Final next week. Opinions ? Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@li

Re: [infinispan-dev] Simplest way to check the validity of connection to Remote Cache

2017-03-20 Thread Sebastian Laskawiec
Hey Ramesh! I think I had similar problems to yours when testing Rolling Upgrades in Kubernetes. I created https://issues.jboss.org/browse/ISPN-7515 to fix it. The problem is that the RemoteStore's connection pool seems have problems with initializing/retrying and refreshing connections. Thanks,

Re: [infinispan-dev] Simplest way to check the validity of connection to Remote Cache

2017-03-20 Thread Ramesh Reddy
In Teiid, we wrote a resource adapter around the connection semantics to work in WildFly/EAP. - Original Message - > How are you configuring the connection pool ? > > Tristan > > On 20/03/17 14:29, Ramesh Reddy wrote: > > Hi, > > > > Is there call I can make on the cache API like ping

Re: [infinispan-dev] Simplest way to check the validity of connection to Remote Cache

2017-03-20 Thread Tristan Tarrant
How are you configuring the connection pool ? Tristan On 20/03/17 14:29, Ramesh Reddy wrote: > Hi, > > Is there call I can make on the cache API like ping to check the validity of > the remote connection? In OpenShift JDV is having issues with keeping the > connections fresh to JDG when node c

[infinispan-dev] Simplest way to check the validity of connection to Remote Cache

2017-03-20 Thread Ramesh Reddy
Hi, Is there call I can make on the cache API like ping to check the validity of the remote connection? In OpenShift JDV is having issues with keeping the connections fresh to JDG when node count goes to zero and comes back up. Thank you. Ramesh.. __

Re: [infinispan-dev] Cache Store Marshalling

2017-03-20 Thread Galder ZamarreƱo
Inline: > On 15 Mar 2017, at 10:59, Ryan Emerson wrote: > > Comments inline. > > - Original Message - >> +100 to use a separate marshaller for user types, but I think the >> persistence configuration is the wrong place for it. Users shouldn't >> have to implement an AdvancedExternalizer

Re: [infinispan-dev] Cache Store Marshalling

2017-03-20 Thread Galder ZamarreƱo
Hmmm, we've already discussed moving from the current internal/external marshaller architecture, where even user types are marshalled with internal marshaller, to an internal/user marshaller architecture where user types are only marshalled by the user marshaller. This is mentioned in [1] and th

[infinispan-dev] Docker CPU and memory autoscaling

2017-03-20 Thread Sebastian Laskawiec
Dear community! Recently we introduced a new functionality for our Docker image - CPU and memory autoscaling. For more information please have a look at our blog post: https://goo.gl/yQXvFy Thanks, Sebastian ___ infinispan-dev mailing list infinispan-d