From notifications-return-4072-apmail-ignite-notifications-archive=ignite.apache.org@ignite.apache.org Thu Jul 4 11:14:22 2019 Return-Path: X-Original-To: apmail-ignite-notifications-archive@minotaur.apache.org Delivered-To: apmail-ignite-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id EED7D19724 for ; Thu, 4 Jul 2019 11:14:21 +0000 (UTC) Received: (qmail 37156 invoked by uid 500); 4 Jul 2019 11:14:21 -0000 Delivered-To: apmail-ignite-notifications-archive@ignite.apache.org Received: (qmail 37138 invoked by uid 500); 4 Jul 2019 11:14:21 -0000 Mailing-List: contact notifications-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 notifications@ignite.apache.org Received: (qmail 37127 invoked by uid 99); 4 Jul 2019 11:14:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2019 11:14:21 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite] alex-plekhanov commented on a change in pull request #6595: IGNITE-11685 Java thin client: Handle multiple async requests in parallel Message-ID: <156223886137.3665.382523050850182002.gitbox@gitbox.apache.org> Date: Thu, 04 Jul 2019 11:14:21 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit alex-plekhanov commented on a change in pull request #6595: IGNITE-11685 Java thin client: Handle multiple async requests in parallel URL: https://github.com/apache/ignite/pull/6595#discussion_r300352506 ########## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ########## @@ -109,6 +131,10 @@ out = sock.getOutputStream(); in = sock.getInputStream(); + + GridUnsafeDataInput dis = new GridUnsafeDataInput(); Review comment: `DataInputStream` is a big-endian input stream, while the protocol implies little-endian. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services