Hi,
Can you please subscribe to the mailing list so that we receive email
notifications? Refer to this instruction for more details:
http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
anand.mani wrote
> I am having the same issue as Mirko. Not sure what you mean by calling
> from Ignite Job.
> We are seeing that exception on this call cache.get("someKey"). We are not
> seeing this on any query calls.
The main question here - which thread was interrupted?
If it's your application's thread that uses cache API directly, then you
should look at the application logic and check why it interrupts the thread.
If you're executing a compute task or remote closure and calling cache API
from the jobs, then it can be one of Ignite internal threads. They can be
interrupted, for example, during node stop.
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Failed-to-wait-for-asynchronous-operation-permit-thread-got-interrupted-tp1536p1582.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.