[
https://issues.apache.org/jira/browse/IGNITE-15008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
icode updated IGNITE-15008:
---------------------------
Description:
I use `ignite.reentrantLock(lockName, true, true, true)` for single work, but
it deadlock at ExecutorService *shutdownNow*, `unlock` api will throw error say
this thead is interrupted, and can not close this lock.
Please remove interrupted thread check or unlock it at interrupt this thread.
Thanks.
was:
I use `ignite.reentrantLock(lockName, true, true, true)` for single work, but
it deadlock at ExecutorService shutdown, `unlock` api will throw error say this
thead is interrupted, and can not close this lock.
Please remove interrupted thread check or unlock it at interrupt this thread.
Thanks.
> ignite.reentrantLock deadlock at thread shutdown
> ------------------------------------------------
>
> Key: IGNITE-15008
> URL: https://issues.apache.org/jira/browse/IGNITE-15008
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.9.1
> Reporter: icode
> Priority: Blocker
>
> I use `ignite.reentrantLock(lockName, true, true, true)` for single work, but
> it deadlock at ExecutorService *shutdownNow*, `unlock` api will throw error
> say this thead is interrupted, and can not close this lock.
> Please remove interrupted thread check or unlock it at interrupt this thread.
> Thanks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)