You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Artukhov (JIRA)" <ji...@apache.org> on 2018/03/29 09:03:00 UTC

[jira] [Commented] (IGNITE-6822) IgfsMapReduceExample raise exception in multi nodes run

    [ https://issues.apache.org/jira/browse/IGNITE-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418627#comment-16418627 ] 

Ivan Artukhov commented on IGNITE-6822:
---------------------------------------

Reproducible on AI 2.3. The same issue with _ComputeClientBinaryTaskExecutionExample_.

> IgfsMapReduceExample raise exception in multi nodes run
> -------------------------------------------------------
>
>                 Key: IGNITE-6822
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6822
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksey Chetaev
>            Priority: Minor
>         Attachments: example.log, grid.o.a.i.e.igfs.IgfsNodeStartup.1.log, grid.o.a.i.e.igfs.IgfsNodeStartup.2.log, grid.o.a.i.e.igfs.IgfsNodeStartup.3.log
>
>
> All logs in attachments.
> Exception:
> {code:java}
> class org.apache.ignite.internal.IgniteInterruptedCheckedException: sleep interrupted
>     at org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:7538)
>     at org.apache.ignite.internal.MarshallerMappingFileStore.fileLock(MarshallerMappingFileStore.java:254)
>     at org.apache.ignite.internal.MarshallerMappingFileStore.writeMapping(MarshallerMappingFileStore.java:95)
>     at org.apache.ignite.internal.MappingStoreTask.run(MappingStoreTask.java:57)
>     at org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6687)
>     at org.apache.ignite.internal.processors.closure.GridClosureProcessor$1.body(GridClosureProcessor.java:827)
>     at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)