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 44EAC17EF1 for ; Mon, 14 Sep 2015 07:06:51 +0000 (UTC) Received: (qmail 24871 invoked by uid 500); 14 Sep 2015 07:06:46 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 24822 invoked by uid 500); 14 Sep 2015 07:06:46 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 24804 invoked by uid 99); 14 Sep 2015 07:06:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 07:06:46 +0000 Date: Mon, 14 Sep 2015 07:06:46 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1453) CPP: Big endian support in streams. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vladimir Ozerov created IGNITE-1453: --------------------------------------- Summary: CPP: Big endian support in streams. Key: IGNITE-1453 URL: https://issues.apache.org/jira/browse/IGNITE-1453 Project: Ignite Issue Type: Task Components: interop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Fix For: ignite-1.5 Currently we write data with assumption that all parties has little endian. While true in most cases, we still not to count for big endian machines. Implementation notes: 1) Define cross-platform method to determine endian. This can be as easy as Bits.java:byteOrder() routine. 2) Add big endian support for all read/write operations. -- This message was sent by Atlassian JIRA (v6.3.4#6332)