Vladimir Ozerov created IGNITE-1376: ---------------------------------------
Summary: Intermittent failure in IgfsAbstractSelfTest.testDeadlocks(). Key: IGNITE-1376 URL: https://issues.apache.org/jira/browse/IGNITE-1376 Project: Ignite Issue Type: Bug Components: hadoop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Fix For: ignite-1.5 Appears from time to time. {code} [13:59:15,897][ERROR][main][root] Test failed. class org.apache.ignite.IgniteCheckedException: Write to file was cancelled due to node stop. at org.apache.ignite.internal.processors.igfs.IgfsFileWorkerBatch.run(IgfsFileWorkerBatch.java:128) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)