Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E83217544 for ; Wed, 4 Mar 2015 14:55:28 +0000 (UTC) Received: (qmail 31022 invoked by uid 500); 4 Mar 2015 14:54:30 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 30983 invoked by uid 500); 4 Mar 2015 14:54:30 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 30968 invoked by uid 99); 4 Mar 2015 14:54:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 14:54:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 04 Mar 2015 14:54:08 +0000 Received: (qmail 29649 invoked by uid 99); 4 Mar 2015 14:54:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 14:54:05 +0000 Date: Wed, 4 Mar 2015 14:54:05 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (IGNITE-351) Ensure that IPC communication works in both TCP and shmem modes in Hadoop. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-351. ---------------------------------- If there is any problems with shmem, we will obseve them during load testing (separate ticket is created). > 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)