Re: Using Persistent ignite queues

2019-09-03 Thread Denis Mekhanikov
Hi! IgniteQueue is stored in the atomics cache, which is called ignite-sys-atomic-cache@default-ds-group by default. This cache is stored in the default data region, so in order to make it persisted, you need to make the default data region persisted using

Re: Using Persistent ignite queues

2018-08-10 Thread dkol
Hi arunkjn were you able to resolve this issue ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Using Persistent ignite queues

2018-06-21 Thread arunkjn
Hi Alex, I cannot get it to reproduce in my local environment yet. I will get back to you with thread dumps as soon as I encounter this issue again. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Using Persistent ignite queues

2018-06-19 Thread aealexsandrov
Hi, Could you please provide next for investigation: 1)Thread dump that you should create at the moment when cluster hung. 2)Code of your service 3)Logs of the cluster nodes. 4)The configuration of the clusters. BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Using Persistent ignite queues

2018-06-19 Thread arunkjn
Hi, I have a scenario where I use a persistent ignite queue across cluster nodes. This is my setup using ignite 2.5- Few server nodes which hosts some caches in persistance mode and a cluster singleton ignite service. This ignite service upon initialization, initializes two persistent queues.