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 9B098200BAD for ; Mon, 10 Oct 2016 16:57:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 981BE160B0C; Mon, 10 Oct 2016 14:57:08 +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 0F3A7160AF9 for ; Mon, 10 Oct 2016 16:57:07 +0200 (CEST) Received: (qmail 16236 invoked by uid 500); 10 Oct 2016 14:57:07 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 15971 invoked by uid 99); 10 Oct 2016 14:57:07 -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, 10 Oct 2016 14:57:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0ACBBE0A3F; Mon, 10 Oct 2016 14:57:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Mon, 10 Oct 2016 14:57:17 -0000 Message-Id: <92f74369747844c8b9a6320b221ef8eb@git.apache.org> In-Reply-To: <1d346b6653e8423584a9ad528a5f7fa7@git.apache.org> References: <1d346b6653e8423584a9ad528a5f7fa7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/50] [abbrv] ignite git commit: Merge branch 'ignite-gg-11547' of https://github.com/gridgain/apache-ignite into ignite-gg-11547 archived-at: Mon, 10 Oct 2016 14:57:08 -0000 Merge branch 'ignite-gg-11547' of https://github.com/gridgain/apache-ignite into ignite-gg-11547 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8aa3a874 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8aa3a874 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8aa3a874 Branch: refs/heads/ignite-gg-8-io2-park Commit: 8aa3a87485457884d06465904d552908e1efe919 Parents: 1bd0d2a 9bc2cb4 Author: Alexey Goncharuk Authored: Tue Sep 27 10:34:17 2016 +0300 Committer: Alexey Goncharuk Committed: Tue Sep 27 10:34:17 2016 +0300 ---------------------------------------------------------------------- .../cache/database/CacheDataRowAdapter.java | 4 +- .../cache/database/DataStructure.java | 46 +--- .../cache/database/freelist/FreeListImpl.java | 24 +- .../cache/database/freelist/PagesList.java | 98 ++++---- .../cache/database/tree/BPlusTree.java | 246 +++++++++---------- .../cache/database/tree/util/PageHandler.java | 144 ++++++----- .../database/tree/util/PageLockListener.java | 6 +- .../database/BPlusTreeReuseSelfTest.java | 14 +- .../processors/database/BPlusTreeSelfTest.java | 51 ++-- 9 files changed, 323 insertions(+), 310 deletions(-) ----------------------------------------------------------------------