Re: If a lock is held by another node IgniteCache.isLocalLocked() appears to return incorrect results.

2018-06-19 Thread aealexsandrov
Hi, I filed next issue: https://issues.apache.org/jira/browse/IGNITE-8833 Thank you, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: If a lock is held by another node IgniteCache.isLocalLocked() appears to return incorrect results.

2018-06-19 Thread aealexsandrov
Hi, It looks like an issue. Let me investigate it and create an issue. BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

If a lock is held by another node IgniteCache.isLocalLocked() appears to return incorrect results.

2018-06-18 Thread Jon Tricker
Additionally if a lock is held by another thread lock.tryLock() appears to block. Demonstrated by the following code. See header comment for a full description. The error at line 85 should not be printed. Found on Ignite 2.5.0. Reproducible on Windows and RHL. Note : The test is technically