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 
DataStorageConfiguration#defaultDataRegionConfiguration property.

The issue with the deadlock seems similar to the following one: 
https://issues.apache.org/jira/browse/IGNITE-10250

You can try a nightly build, where this issue is fixed: 
https://ci.ignite.apache.org/viewLog.html?buildId=lastSuccessful=Releases_NightlyRelease_RunApacheIgniteNightlyRelease=artifacts=1

Denis
On 10 Aug 2018, 13:32 +0300, dkol , wrote:
> 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-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/