You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Artem Shutak (JIRA)" <ji...@apache.org> on 2015/09/07 13:18:46 UTC

[jira] [Commented] (IGNITE-1376) Intermittent failure in IgfsAbstractSelfTest.testDeadlocks().

    [ 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)