You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/06/08 13:18:18 UTC

[jira] [Created] (IGNITE-5452) Tx with timeout can make node can hang on stop.

Andrew Mashenkov created IGNITE-5452:
----------------------------------------

             Summary: Tx with timeout can make node can hang on stop.
                 Key: IGNITE-5452
                 URL: https://issues.apache.org/jira/browse/IGNITE-5452
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.0
            Reporter: Andrew Mashenkov
             Fix For: 2.1


PFA repro attached.

Actually, there are 2 issue.
1. GridTimeoutProcessor can't be stopped if TimeoutObject eats InterruptedException. We should handle this correctly.

2. TX use TimeoutObjects to be rolled back by timeout.  However, TXs doesn't remove their TimeoutObjects on node stop. 
Possible, TimeoutObject doesn't removed on TX rollback and this should be investigated.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)