Re: [External]Re: Usage of TransactionConfiguration to overcome deadlocked threads

2020-10-21 Thread Alex Plehanov
s. Is there any > implementation available (or a reference) to sort user defined types of > objects ? > > > > *Thanks and Regards,* > > *Kamlesh Joshi* > > > > *From:* Alex Plehanov > *Sent:* 20 October 2020 19:54 > *To:* user@ignite.apache.org > *

RE: [External]Re: Usage of TransactionConfiguration to overcome deadlocked threads

2020-10-20 Thread Kamlesh Joshi
Subject: [External]Re: Usage of TransactionConfiguration to overcome deadlocked threads The e-mail below is from an external source. Please do not open attachments or click links from an unknown or suspicious origin. Hello, TransactionConfiguration property has nothing to do with atomic caches

Re: Usage of TransactionConfiguration to overcome deadlocked threads

2020-10-20 Thread Alex Plehanov
Hello, TransactionConfiguration property has nothing to do with atomic caches. Perhaps your threads were deadlocked due to atomic putAll/removeAll operations with an unordered set of keys. It's a known issue and I hope will be fixed soon. See [1] for detailed information. Until this ticked is fixe

Usage of TransactionConfiguration to overcome deadlocked threads

2020-10-20 Thread Kamlesh Joshi
Hi Igniters, We are currently using ATOMIC caches for our operations. Recently, we observed cluster hang issue, the operations were stuck for quite a long time (had to bring down the cluster to resolve this). So, after some digging found that setting up below property should resolve this. Could