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 0236118AD4 for ; Fri, 3 Jul 2015 09:36:41 +0000 (UTC) Received: (qmail 1673 invoked by uid 500); 3 Jul 2015 09:36:40 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 1643 invoked by uid 500); 3 Jul 2015 09:36:40 -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 1633 invoked by uid 99); 3 Jul 2015 09:36:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 09:36:40 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,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, 03 Jul 2015 09:34:27 +0000 Received: (qmail 79878 invoked by uid 99); 3 Jul 2015 09:36:13 -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, 03 Jul 2015 09:36:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 420F5E3685; Fri, 3 Jul 2015 09:36:13 +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, 03 Jul 2015 09:36:52 -0000 Message-Id: In-Reply-To: <6b4d02d28d084a81baff7dbe5a120c8a@git.apache.org> References: <6b4d02d28d084a81baff7dbe5a120c8a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [41/50] incubator-ignite git commit: # ignite-sprint-7 warning in AddressSender X-Virus-Checked: Checked by ClamAV on apache.org # ignite-sprint-7 warning in AddressSender Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/91e1cb21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/91e1cb21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/91e1cb21 Branch: refs/heads/ignite-882 Commit: 91e1cb211f9fbd56ab37fa278866f80bd4239106 Parents: 872fc38 Author: sboikov Authored: Thu Jul 2 12:46:20 2015 +0300 Committer: sboikov Committed: Thu Jul 2 12:46:20 2015 +0300 ---------------------------------------------------------------------- .../tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/91e1cb21/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.java b/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.java index 014d937..bdc7865 100644 --- a/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.java +++ b/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.java @@ -777,7 +777,7 @@ public class TcpDiscoveryMulticastIpFinder extends TcpDiscoveryVmIpFinder { } catch (IOException e) { if (!isInterrupted()) { - U.error(log, "Failed to send/receive address message (will try to reconnect).", e); + LT.warn(log, e, "Failed to send/receive address message (will try to reconnect)."); synchronized (this) { U.close(sock);