You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Veselovsky (JIRA)" <ji...@apache.org> on 2015/02/27 16:41:04 UTC

[jira] [Commented] (IGNITE-351) Ensure that IPC communication works in both TCP and shmem modes in Hadoop.

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

Ivan Veselovsky commented on IGNITE-351:
----------------------------------------

The following tests pass (XxxShmemExternalXxx tests check real shmem on Linux):

IgfsEventsTestSuite +

IgfsHadoop20FileSystemLoopbackPrimarySelfTest +
IgfsHadoop20FileSystemShmemPrimarySelfTest +

IgfsHadoopDualAsyncSelfTest +
IgfsHadoopDualSyncSelfTest +

IgfsHadoopFileSystemClientSelfTest +
IgfsHadoopFileSystemHandshakeSelfTest +

IgfsHadoopFileSystemIpcCacheSelfTest + (flaky, 1 time assert in line 165 failed with cache.size() = 2)
---------------------------------------
IgfsHadoopFileSystemShmemEmbeddedDualAsyncSelfTest +
IgfsHadoopFileSystemShmemEmbeddedDualSyncSelfTest  +
IgfsHadoopFileSystemShmemEmbeddedPrimarySelfTest +
IgfsHadoopFileSystemShmemEmbeddedSecondarySelfTest +
IgfsHadoopFileSystemShmemExternalDualAsyncSelfTest +
IgfsHadoopFileSystemShmemExternalDualSyncSelfTest +
IgfsHadoopFileSystemShmemExternalPrimarySelfTest +
IgfsHadoopFileSystemShmemExternalSecondarySelfTest +
---------------------------------------
IgfsHadoopFileSystemLoopbackAbstractSelfTest
IgfsHadoopFileSystemLoopbackEmbeddedDualAsyncSelfTest
IgfsHadoopFileSystemLoopbackEmbeddedDualSyncSelfTest
IgfsHadoopFileSystemLoopbackEmbeddedPrimarySelfTest
IgfsHadoopFileSystemLoopbackEmbeddedSecondarySelfTest
IgfsHadoopFileSystemLoopbackExternalDualAsyncSelfTest
IgfsHadoopFileSystemLoopbackExternalDualSyncSelfTest
IgfsHadoopFileSystemLoopbackExternalPrimarySelfTest
IgfsHadoopFileSystemLoopbackExternalSecondarySelfTest


> Ensure that IPC communication works in both TCP and shmem modes in Hadoop.
> --------------------------------------------------------------------------
>
>                 Key: IGNITE-351
>                 URL: https://issues.apache.org/jira/browse/IGNITE-351
>             Project: Ignite
>          Issue Type: Task
>          Components: hadoop
>    Affects Versions: sprint-1
>            Reporter: Vladimir Ozerov
>            Assignee: Ivan Veselovsky
>            Priority: Critical
>             Fix For: sprint-2
>
>
> Our Hadoop module can interact with IGFS in several ways:
> 1) Over TCP (Linux, Windows).
> 2) Over shmem (Linux only).
> Actual mode is selected based on file system URL.
> We need to ensure that both modes work fine at the moment. Some unit tests sohuld already exists for this. We must ensure that they cover both cases. 



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