Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8C3FA200CDD for ; Mon, 7 Aug 2017 12:49:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8AA381651CF; Mon, 7 Aug 2017 10:49:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D0E5B1651CB for ; Mon, 7 Aug 2017 12:49:56 +0200 (CEST) Received: (qmail 37388 invoked by uid 500); 7 Aug 2017 10:49:55 -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 37377 invoked by uid 99); 7 Aug 2017 10:49:55 -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; Mon, 07 Aug 2017 10:49:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 80E4FE382D; Mon, 7 Aug 2017 10:49:55 +0000 (UTC) From: mcherkasov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2406: Ignite 2.1.2.b3 Content-Type: text/plain Date: Mon, 7 Aug 2017 10:49:55 +0000 (UTC) archived-at: Mon, 07 Aug 2017 10:49:57 -0000 GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/2406 Ignite 2.1.2.b3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.2.b3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2406.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 #2406 ---- commit e88fcd8d228e2f15187ff05218f3afb242c65fed Author: devozerov Date: 2017-07-17T14:13:16Z Revert "removed excluding ML sources from assembly file - Fixes #2310." This reverts commit 219f28948d22a36f9292ae34b02e18171486d3cc. commit 4201518986edf35609ce5a76c416f1497d0bc0c6 Author: Igor Seliverstov Date: 2017-08-04T12:14:03Z IGNITE-5658 Optimizations for data streamer IGNITE-5918 Adding and searching objects in index tree produces a lot of garbage IGNITE-5921 Reduce contention for free list access commit 8ba7d223667a11f994314818f598a1552bfcfa2c Author: Igor Seliverstov Date: 2017-08-04T16:51:43Z IGNITE-5658 Optimizations for data streamer commit 81cc792c37c19af5deec5060fb4a652531fb07f4 Author: Igor Seliverstov Date: 2017-08-05T18:53:24Z IGNITE-5658 Optimizations for data streamer commit bd6a90eeb8c10871c1fad21b0b70695df0bff0f6 Author: Alexey Kuznetsov Date: 2017-08-02T08:27:40Z IGNITE-5902 Implemented stop caches at once. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---