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 55221173D3 for ; Fri, 17 Apr 2015 17:02:40 +0000 (UTC) Received: (qmail 46957 invoked by uid 500); 17 Apr 2015 17:02:24 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 46864 invoked by uid 500); 17 Apr 2015 17:02:24 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 46752 invoked by uid 99); 17 Apr 2015 17:02:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 17:02:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Apr 2015 17:02:21 +0000 Received: (qmail 43852 invoked by uid 99); 17 Apr 2015 17:02:01 -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, 17 Apr 2015 17:02:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54FF6E07E9; Fri, 17 Apr 2015 17:02:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Fri, 17 Apr 2015 17:02:15 -0000 Message-Id: In-Reply-To: <29434993d4774195a8d65a85bcbf079c@git.apache.org> References: <29434993d4774195a8d65a85bcbf079c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/50] [abbrv] incubator-ignite git commit: # ignite-sprint-4 more info in log X-Virus-Checked: Checked by ClamAV on apache.org # ignite-sprint-4 more info in log Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/56aec5f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/56aec5f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/56aec5f0 Branch: refs/heads/ignite-446 Commit: 56aec5f036b04f1ab1472a6d54ca4e343d7eb21a Parents: 3fdc824 Author: sboikov Authored: Wed Apr 15 17:31:57 2015 +0300 Committer: sboikov Committed: Wed Apr 15 17:31:57 2015 +0300 ---------------------------------------------------------------------- .../cache/distributed/dht/atomic/GridDhtAtomicCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/56aec5f0/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java index 8c5e1a9..ce90f82 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java @@ -2570,7 +2570,7 @@ public class GridDhtAtomicCache extends GridDhtCacheAdapter { updateFut.onResult(nodeId); else U.warn(log, "Failed to find DHT update future for deferred update response [nodeId=" + - nodeId + ", res=" + res + ']'); + nodeId + ", ver=" + ver + ", res=" + res + ']'); } }