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 Veselovsky (JIRA)" <ji...@apache.org> on 2016/06/14 17:54:27 UTC

[jira] [Updated] (IGNITE-3312) [Test] HadoopMapReduceEmbeddedSelfTest.testMultiReducerWholeMapReduceExecution flakily fails.

     [ https://issues.apache.org/jira/browse/IGNITE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Veselovsky updated IGNITE-3312:
------------------------------------
         Labels: test  (was: )
    Component/s: IGFS

> [Test] HadoopMapReduceEmbeddedSelfTest.testMultiReducerWholeMapReduceExecution flakily fails.
> ---------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3312
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3312
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS
>            Reporter: Ivan Veselovsky
>            Assignee: Ivan Veselovsky
>              Labels: test
>
> HadoopMapReduceEmbeddedSelfTest.testMultiReducerWholeMapReduceExecution fails with ~20% probability . 
> Failure cause is either the 1st or 2nd marked line in the following code (org.apache.ignite.internal.processors.igfs.IgfsMetaManager#create) :
> {code}
>                             // Check: can we overwrite it?
>                             if (!overwrite)
>                                 throw new IgfsPathAlreadyExistsException("Failed to create a file: " + path); // ***** #1
>                             // Check if file already opened for write.
>                             if (oldInfo.lockId() != null)
>                                 throw new IgfsException("File is already opened for write: " + path); // ***** #2
> {code}
> Diagnostic shows that the same file really attempted to be created several times on one thread.



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