Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9CDF18788 for ; Tue, 24 Nov 2015 07:10:51 +0000 (UTC) Received: (qmail 85907 invoked by uid 500); 24 Nov 2015 07:10:51 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 85805 invoked by uid 500); 24 Nov 2015 07:10:51 -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 85394 invoked by uid 99); 24 Nov 2015 07:10:51 -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; Tue, 24 Nov 2015 07:10:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67E84DFBDE; Tue, 24 Nov 2015 07:10:51 +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: Tue, 24 Nov 2015 07:11:07 -0000 Message-Id: <9483fa914ec740de924858fa3a5974ff@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/19] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5 Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e4109f98 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e4109f98 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e4109f98 Branch: refs/heads/ignite-sql-cache-stmt Commit: e4109f9800baa5b0783755cf537c46000ffd4305 Parents: fe53753 aee7b75 Author: AKuznetsov Authored: Mon Nov 23 22:08:35 2015 +0700 Committer: AKuznetsov Committed: Mon Nov 23 22:08:35 2015 +0700 ---------------------------------------------------------------------- .../internal/GridEventConsumeHandler.java | 6 +- .../internal/GridMessageListenHandler.java | 6 +- .../internal/portable/BinaryObjectImpl.java | 32 +- .../portable/BinaryObjectOffheapImpl.java | 27 +- .../internal/portable/BinaryReaderExImpl.java | 1015 ++---------------- .../portable/BinaryReaderHandlesHolder.java | 46 + .../portable/BinaryReaderHandlesHolderImpl.java | 44 + .../portable/GridPortableMarshaller.java | 23 +- .../portable/PortableClassDescriptor.java | 8 +- .../ignite/internal/portable/PortableUtils.java | 861 ++++++++++++++- .../portable/builder/PortableBuilderReader.java | 21 +- .../processors/cache/GridCacheMapEntry.java | 3 +- .../continuous/CacheContinuousQueryHandler.java | 7 +- .../continuous/GridContinuousHandler.java | 6 +- .../continuous/GridContinuousProcessor.java | 50 +- .../platform/PlatformContextImpl.java | 4 +- ...chePartitionedAtomicSetFailoverSelfTest.java | 5 + ...ContinuousQueryFailoverAbstractSelfTest.java | 2 +- .../continuous/GridEventConsumeSelfTest.java | 2 +- .../IgniteAtomicInvokeRetryBenchmark.java | 2 +- .../failover/IgniteConsistencyException.java | 64 ++ ...IgniteTransactionalInvokeRetryBenchmark.java | 2 +- ...IgniteTransactionalWriteInvokeBenchmark.java | 135 ++- .../IgniteTransactionalWriteReadBenchmark.java | 2 +- 24 files changed, 1312 insertions(+), 1061 deletions(-) ----------------------------------------------------------------------