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 5C4D4200B16 for ; Mon, 20 Jun 2016 14:52:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5AF64160A7C; Mon, 20 Jun 2016 12:52:43 +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 CED8A160A6D for ; Mon, 20 Jun 2016 14:52:42 +0200 (CEST) Received: (qmail 6885 invoked by uid 500); 20 Jun 2016 12:52:41 -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 6549 invoked by uid 99); 20 Jun 2016 12:52:41 -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, 20 Jun 2016 12:52:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9549CDFE65; Mon, 20 Jun 2016 12:52:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Mon, 20 Jun 2016 12:52:52 -0000 Message-Id: <3d70b2fbc00e489387983e1ddff775f0@git.apache.org> In-Reply-To: <89985bfe12394840b4deddba739acaf2@git.apache.org> References: <89985bfe12394840b4deddba739acaf2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/50] ignite git commit: Merge remote-tracking branch 'remotes/community/gridgain-7.5.26' into ignite-3209 archived-at: Mon, 20 Jun 2016 12:52:43 -0000 Merge remote-tracking branch 'remotes/community/gridgain-7.5.26' into ignite-3209 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e7b85c28 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e7b85c28 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e7b85c28 Branch: refs/heads/ignite-3341 Commit: e7b85c28d5d836f62182d1c3511ccad8cb03cd08 Parents: 1d80a39 5f44672 Author: sboikov Authored: Wed Jun 15 10:14:44 2016 +0300 Committer: sboikov Committed: Wed Jun 15 10:14:44 2016 +0300 ---------------------------------------------------------------------- .../configuration/FileSystemConfiguration.java | 18 +- .../continuous/CacheContinuousQueryEntry.java | 16 ++ .../continuous/CacheContinuousQueryHandler.java | 2 +- .../processors/igfs/IgfsDataManager.java | 166 ++++--------------- .../igfs/data/IgfsDataPutProcessor.java | 99 +++++++++++ ...niteCacheContinuousQueryBackupQueueTest.java | 135 +++++++++++++++ .../IgniteCacheQuerySelfTestSuite3.java | 2 + 7 files changed, 301 insertions(+), 137 deletions(-) ----------------------------------------------------------------------