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)