From dev-return-41488-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Nov 7 11:44:33 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A0C1B180649 for ; Wed, 7 Nov 2018 11:44:32 +0100 (CET) Received: (qmail 25395 invoked by uid 500); 7 Nov 2018 10:44:31 -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 25384 invoked by uid 99); 7 Nov 2018 10:44:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2018 10:44:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E30F8E0041; Wed, 7 Nov 2018 10:44:30 +0000 (UTC) From: voropava To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org References: In-Reply-To: Subject: [GitHub] ignite pull request #5330: Ignite 9870 Content-Type: text/plain Message-Id: <20181107104430.E30F8E0041@git1-us-west.apache.org> Date: Wed, 7 Nov 2018 10:44:30 +0000 (UTC) GitHub user voropava reopened a pull request: https://github.com/apache/ignite/pull/5330 Ignite 9870 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9870 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5330.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5330 ---- commit a988cd095c2e41a05701305a07b9140145d0bbe4 Author: Pavel Voronkin Date: 2018-08-14T18:20:50Z IGNITE-9870 Implemented parallel GridDhtPartitionsFullMessage zip and unzip using getNetCompressionLevel() BEST_SPEED by default. commit cd0e4555cdca4865e0fd9b06a23afd756510518e Author: Pavel Voronkin Date: 2018-08-14T18:20:50Z IGNITE-9870 Fixed javadoc. commit ecae04a6810c10e24f079422b376797f022b84b4 Author: pereslegin-pa Date: 2018-08-14T18:20:50Z IGNITE-9870 Fixed imports. ---- ---