[ https://issues.apache.org/jira/browse/IGNITE-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733556#comment-14733556 ]
Artem Shutak commented on IGNITE-1376: -------------------------------------- The same issue with IgfsBackupsDualAsyncSelfTest.testDeadlocksCreate {noformat} 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.run(FutureTask.java:262) 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:745) ------- Stdout: ------- [09:59:55,119][INFO ][main][root] >>> Starting test: testDeadlocksCreate <<< [09:59:55,194][INFO ][main][root] >>> Stopping test: testDeadlocksCreate in 75 ms <<< ------- Stderr: ------- [09:59:55,194][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.run(FutureTask.java:262) 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:745) {noformat} > 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)