Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 971AE182DF for ; Thu, 1 Oct 2015 18:45:38 +0000 (UTC) Received: (qmail 18695 invoked by uid 500); 1 Oct 2015 18:45:04 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 18659 invoked by uid 500); 1 Oct 2015 18:45:04 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 18650 invoked by uid 99); 1 Oct 2015 18:45:04 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 18:45:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id DA9D1C00B1 for ; Thu, 1 Oct 2015 18:45:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.795 X-Spam-Level: * X-Spam-Status: No, score=1.795 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Xx2XG37bPJfL for ; Thu, 1 Oct 2015 18:44:55 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id CC27D42B36 for ; Thu, 1 Oct 2015 18:44:54 +0000 (UTC) Received: (qmail 13943 invoked by uid 99); 1 Oct 2015 18:44:54 -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; Thu, 01 Oct 2015 18:44:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45D84E1540; Thu, 1 Oct 2015 18:44:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bschuchardt@apache.org To: commits@geode.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: GEODE-77 fixing a dangling reference to the old JGroups IPAddress class that's causing compilation failures Date: Thu, 1 Oct 2015 18:44:54 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 d624ea73d -> 592584d61 GEODE-77 fixing a dangling reference to the old JGroups IPAddress class that's causing compilation failures Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/592584d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/592584d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/592584d6 Branch: refs/heads/feature/GEODE-77 Commit: 592584d61bc495df31461826dcb9999b70efc032 Parents: d624ea7 Author: Bruce Schuchardt Authored: Thu Oct 1 11:44:37 2015 -0700 Committer: Bruce Schuchardt Committed: Thu Oct 1 11:44:37 2015 -0700 ---------------------------------------------------------------------- gemfire-core/src/test/java/dunit/DistributedTestCase.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/592584d6/gemfire-core/src/test/java/dunit/DistributedTestCase.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/dunit/DistributedTestCase.java b/gemfire-core/src/test/java/dunit/DistributedTestCase.java index 41d7068..30d0f12 100755 --- a/gemfire-core/src/test/java/dunit/DistributedTestCase.java +++ b/gemfire-core/src/test/java/dunit/DistributedTestCase.java @@ -746,7 +746,6 @@ public abstract class DistributedTestCase extends TestCase implements java.io.Se private static void cleanupThisVM() { closeCache(); - IpAddress.resolve_dns = true; SocketCreator.resolve_dns = true; InitialImageOperation.slowImageProcessing = 0; DistributionMessageObserver.setInstance(null);