You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2016/08/16 16:57:20 UTC

[jira] [Commented] (IGNITE-3694) IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testAppendConsistencyMultithreaded hangs.

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

Taras Ledkov commented on IGNITE-3694:
--------------------------------------

The cause: the acquire fileId locks:
{code}
java.lang.AssertionError: File lock should prevent stream creation on a not-closed-yet file.
        at org.apache.ignite.internal.processors.igfs.IgfsImpl.newBatch(IgfsImpl.java:349)
        at org.apache.ignite.internal.processors.igfs.IgfsImpl.access$1600(IgfsImpl.java:118)
        at org.apache.ignite.internal.processors.igfs.IgfsImpl$16.call(IgfsImpl.java:1091)
        at org.apache.ignite.internal.processors.igfs.IgfsImpl$16.call(IgfsImpl.java:1074)
        at org.apache.ignite.internal.processors.igfs.IgfsImpl.safeOp(IgfsImpl.java:1760)
        at org.apache.ignite.internal.processors.igfs.IgfsImpl.append(IgfsImpl.java:1074)
        at org.apache.ignite.internal.processors.igfs.IgfsImpl.append(IgfsImpl.java:1065)
        at org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest$13.run(IgfsAbstractSelfTest.java:2241)
        at org.apache.ignite.testframework.GridTestUtils$8.call(GridTestUtils.java:1055)
{code}

> IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testAppendConsistencyMultithreaded hangs.
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3694
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3694
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS
>    Affects Versions: 1.7
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 1.8
>
>         Attachments: Ignite_Tests_Ignite_IGFS_5547.log
>
>
> Root cause is unknown. Need to investigate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)