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] Embedded mode: how-to get all caches started on all nodes?

2018-03-01 Thread William Burns
On Thu, Mar 1, 2018 at 11:21 AM William Burns wrote: > On Thu, Mar 1, 2018 at 11:14 AM Thomas SEGISMONT > wrote: > >> 2018-03-01 16:36 GMT+01:00 Tristan Tarrant : >> >>> You need to use the brand new CacheAdmin API: >>> >>> >>>

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

2018-03-01 Thread Tristan Tarrant
Why not just prestart caches ? On 3/1/18 5:14 PM, Thomas SEGISMONT wrote: > > 2018-03-01 16:36 GMT+01:00 Tristan Tarrant >: > > You need to use the brand new CacheAdmin API: > > >

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

2018-03-01 Thread William Burns
On Thu, Mar 1, 2018 at 11:14 AM Thomas SEGISMONT wrote: > 2018-03-01 16:36 GMT+01:00 Tristan Tarrant : > >> You need to use the brand new CacheAdmin API: >> >> >> http://infinispan.org/docs/stable/user_guide/user_guide.html#obtaining_caches > > > I'll

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

2018-03-01 Thread Thomas SEGISMONT
2018-03-01 16:36 GMT+01:00 Tristan Tarrant : > You need to use the brand new CacheAdmin API: > > http://infinispan.org/docs/stable/user_guide/user_guide. > html#obtaining_caches I'll look into that for Vert.x 3.6 which will be based on Infinispan 9.2. Is there any way to

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

2018-03-01 Thread Tristan Tarrant
You need to use the brand new CacheAdmin API: http://infinispan.org/docs/stable/user_guide/user_guide.html#obtaining_caches 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

[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