Re: [infinispan-dev] Calling getCache with a template and defined configuration

2017-03-01 Thread Thomas SEGISMONT
Hi 2017-02-28 22:51 GMT+01:00 William Burns : > So while I was trying to work on this, I have to admit I am even more torn > in regards to what to do. Looking at [1] it looks like the template > should only be applied if the cache configuration is not currently > defined. Unfortunately it does

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Thomas SEGISMONT
Hi Katia, 2017-04-04 16:44 GMT+02:00 Katia Aresti : > Hi all, > > As you probably know, Will and I are working on the vert-x infinispan > integration [1], where the primary goal is to make infinispan the default > cluster management of vert-x. (yeah!) > This can't be the primary goal. Making it

Re: [infinispan-dev] KUBE_PING changes

2017-06-30 Thread Thomas SEGISMONT
Hi everyone, Thank you for this great work, the dependency diet and the extra port removal are both very useful. The extra port removal is key to enable Vert.x clustering in Openshift S2I environments. I tried the new KUBE_PING (beta1) with vertx-infinispan and it worked fine. I have a few questi

Re: [infinispan-dev] KUBE_PING changes

2017-06-30 Thread Thomas SEGISMONT
Also, it seems infinispan-cloud 9.0.3.Final depends on JGroups 0.9.1. Do you plan to release another 9.0.x version which depends on 1.0.0.Beta1 or later? If so, is there a target date? 2017-06-30 11:40 GMT+02:00 Thomas SEGISMONT : > Hi everyone, > > Thank you for this great work, the d

Re: [infinispan-dev] KUBE_PING changes

2017-07-03 Thread Thomas SEGISMONT
Hi Sebastian, 2017-07-03 8:24 GMT+02:00 Sebastian Laskawiec : > Hey Thomas, > > Comments inlined. > > Thanks, > Sebastian > > > On Fri, Jun 30, 2017 at 9:29 PM Thomas SEGISMONT > wrote: > >> Also, it seems infinispan-cloud 9.0.3.Final depends on JGro

Re: [infinispan-dev] KUBE_PING changes

2017-07-03 Thread Thomas SEGISMONT
g/browse/JGRP-2166 > > On 30/06/17 11:40, Thomas SEGISMONT wrote: > > Hi everyone, > > > > Thank you for this great work, the dependency diet and the extra port > > removal are both very useful. The extra port removal is key to enable > > Vert.x clustering

[infinispan-dev] Feedback on MultimapCache

2017-10-09 Thread Thomas SEGISMONT
Hi, I've created a branch in vertx-infinispan to start incorporating the new features in 9.2. https://github.com/vert-x3/vertx-infinispan/tree/ispn92 Here are a couple of comments/concerns on MultimapCache: 1/ EmbeddedMultimapCacheManagerFactory#from returns a raw MultimapCacheManager; it would

Re: [infinispan-dev] Feedback on MultimapCache

2017-10-10 Thread Thomas SEGISMONT
2017-10-09 18:30 GMT+02:00 Radim Vansa : > On 10/09/2017 03:04 PM, Thomas SEGISMONT wrote: > > Hi, > > > > I've created a branch in vertx-infinispan to start incorporating the > > new features in 9.2. > > > > https://github.com/vert-x3/vertx-infinispan

Re: [infinispan-dev] Feedback on MultimapCache

2017-10-10 Thread Thomas SEGISMONT
uit your needs or not implemented for multimapcache? > > > On 9 Oct 2017, at 18:30, Radim Vansa wrote: > > > >> On 10/09/2017 03:04 PM, Thomas SEGISMONT wrote: > >> Hi, > >> > >> I've created a branch in vertx-infinispan to start incorporating the &g

Re: [infinispan-dev] Feedback on MultimapCache

2017-10-10 Thread Thomas SEGISMONT
2017-10-10 11:26 GMT+02:00 Pedro Ruivo : > > > On 10-10-2017 10:13, Thomas SEGISMONT wrote: > > Besides multimap is available for embedded mode right now. I'm not sure > > but I believe it's the same for clustered counters. > > Yes the counters are available i

Re: [infinispan-dev] Feedback on MultimapCache

2017-10-11 Thread Thomas SEGISMONT
2017-10-10 15:03 GMT+02:00 Radim Vansa : > On 10/10/2017 11:08 AM, Thomas SEGISMONT wrote: > > > > > > 2017-10-09 18:30 GMT+02:00 Radim Vansa > <mailto:rva...@redhat.com>>: > > > > On 10/09/2017 03:04 PM, Thomas SEGISMONT wrote: > >

Re: [infinispan-dev] 2nd article about Vert.x and Infinispan

2017-12-14 Thread Thomas SEGISMONT
Great work Katia! Le 14 déc. 2017 23:09, "Katia Aresti" a écrit : > Hi all, > > I've published the 2nd article of my tutorial ! > > *http://blog.infinispan.org/2017/12/first-steps-with-vertx-and-infinispan-push-api.html >

Re: [infinispan-dev] [ANNOUNCE] Infinispan 9.2.0.RC2

2018-02-14 Thread Thomas SEGISMONT
Hi everyone, Just wanted to let you know that the Vert.x cluster manager test suite works fine with 9.2.0.CR2 ( https://github.com/vert-x3/vertx-infinispan/pull/47). It uses these new features: - multimap caches - clustered locks - strong counters Thank you all for the great work and especially K

[infinispan-dev] Embedded mode: how-to get all caches started on all nodes?

2018-03-01 Thread Thomas SEGISMONT
Hi, This email follows up on my testing of the Infinispan Cluster Manager for Vert.x on Kubernetes. In one of the tests, we want to make sure that, after a rolling update of the application, the data submitted to Vert.x' AsyncMap is still present. And I found that when the underlying cache is pre

Re: [infinispan-dev] Embedded mode: how-to get all caches started on all nodes?

2018-03-01 Thread Thomas SEGISMONT
hieve these goals with 9.1.x? > > > Tristan > > On 3/1/18 4:30 PM, Thomas SEGISMONT wrote: > > Hi, > > > > This email follows up on my testing of the Infinispan Cluster Manager > > for Vert.x on Kubernetes. > > > > In one of the tests, we want to mak

Re: [infinispan-dev] Embedded mode: how-to get all caches started on all nodes?

2018-03-01 Thread Thomas SEGISMONT
2018-03-01 17:25 GMT+01:00 Tristan Tarrant : > Why not just prestart caches ? > > How can you do that? Will it work for caches created after the node has started? > On 3/1/18 5:14 PM, Thomas SEGISMONT wrote: > > > > 2018-03-01 16:36 GMT+01:00 Tristan Tarrant >

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-23 Thread Thomas SEGISMONT
; > Cheers, > Pedro > > [1] https://issues.jboss.org/browse/ISPN-8860 > > On 21-03-2018 16:16, Thomas SEGISMONT wrote: > > Hi everyone, > > > > I am working on integrating Infinispan 9.2.Final in vertx-infinispan. > > Before merging I wanted to make su

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-23 Thread Thomas SEGISMONT
; state transfer before stopping the cache managers, by invoking > > DefaultCacheManager.getCache(*cache-name*) in all the caches managers. > > > > Sorry for the inconvenience and the delay in replying. > > > > Cheers, > > Pedro > > > > [1] https

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-26 Thread Thomas SEGISMONT
2018-03-26 13:16 GMT+02:00 Pedro Ruivo : > > > On 23-03-2018 15:06, Thomas SEGISMONT wrote: > > Hi Pedro, > > > > 2018-03-23 13:25 GMT+01:00 Pedro Ruivo > <mailto:pe...@infinispan.org>>: > > > > Hi Thomas, > > > > Is the t

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-27 Thread Thomas SEGISMONT
> [2] https://github.com/infinispan/infinispan/blob/ > master/core/src/main/java/org/infinispan/health/impl/ > CacheHealthImpl.java#L25 > [3] https://github.com/infinispan/infinispan/blob/ > master/core/src/main/java/org/infinispan/health/impl/ > ClusterHealthImpl.java#L23-L24 > >

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-18 Thread Thomas SEGISMONT
Hi folks, Sorry I've been busy on other things and couldn't get back to you earlier. I tried running vertx-infinispan test suite with 9.2.1.Final today. There are some problems still but I can't say which ones yet because I hit: https://jira.qos.ch/browse/LOGBACK-1027 We use logback for test log

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-18 Thread Thomas SEGISMONT
00400: Node sombrero-25286 was suspected] It does not happen with 9.2.0.Final and prevents from using ISPN embedded with logback. Do you want me to file an issue ? 2018-04-18 11:45 GMT+02:00 Thomas SEGISMONT : > Hi folks, > > Sorry I've been busy on other things and couldn't get ba

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-20 Thread Thomas SEGISMONT
eadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:748) 2018-04-18 17:00 GMT+02:00 Thomas SEGISMONT : > So here's the Circular Referenc

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-23 Thread Thomas SEGISMONT
Hi Will, I will create the JIRA and provide the TRACE level logs as soon as possible. Thanks for the update. 2018-04-20 20:10 GMT+02:00 William Burns : > On Fri, Apr 20, 2018 at 9:43 AM Thomas SEGISMONT > wrote: > >> I tried our test suite on a slower machine (iMac from 2