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 5F586200CDA for ; Fri, 4 Aug 2017 19:02:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5DA0016DE8D; Fri, 4 Aug 2017 17:02:36 +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 C9AC616DE8C for ; Fri, 4 Aug 2017 19:02:35 +0200 (CEST) Received: (qmail 13691 invoked by uid 500); 4 Aug 2017 17:02:35 -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 13680 invoked by uid 99); 4 Aug 2017 17:02:34 -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; Fri, 04 Aug 2017 17:02:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A8C52E0395; Fri, 4 Aug 2017 17:02:32 +0000 (UTC) From: gvvinblade To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2401: ignite-2.1.3.b1 Content-Type: text/plain Date: Fri, 4 Aug 2017 17:02:32 +0000 (UTC) archived-at: Fri, 04 Aug 2017 17:02:36 -0000 GitHub user gvvinblade opened a pull request: https://github.com/apache/ignite/pull/2401 ignite-2.1.3.b1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.3.b1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2401.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 #2401 ---- commit eb336074c91da2e35aab4ca9f69a5d7191b3701b Author: tledkov-gridgain Date: 2017-08-04T08:16:52Z IGNITE-5920: Fixed CacheClientBinaryQueryExample": set CacheKeyConfiguration explicitly to enable affinity co-location. This closes #2389. commit 8356ae7ac06eca77ed2a8c70b2cf86bc5d700fb6 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 67c3833e835ff9d4a1880e984dd6446d431fd4a1 Author: Igor Seliverstov Date: 2017-08-04T16:51:43Z IGNITE-5658 Optimizations for data streamer ---- --- 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. ---