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 288CC200CBA for ; Mon, 3 Jul 2017 19:42:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 26A29160BEC; Mon, 3 Jul 2017 17:42:07 +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 6D5E2160BD2 for ; Mon, 3 Jul 2017 19:42:06 +0200 (CEST) Received: (qmail 88736 invoked by uid 500); 3 Jul 2017 17:42:05 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 88707 invoked by uid 99); 3 Jul 2017 17:42:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2017 17:42:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5C2DBCF6A6 for ; Mon, 3 Jul 2017 17:42:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SYPpVZHNjJCM for ; Mon, 3 Jul 2017 17:42:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0E82760D02 for ; Mon, 3 Jul 2017 17:42:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2BCEAE0544 for ; Mon, 3 Jul 2017 17:42:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4EEF424612 for ; Mon, 3 Jul 2017 17:42:00 +0000 (UTC) Date: Mon, 3 Jul 2017 17:42:00 +0000 (UTC) From: "Hitesh Khamesra (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GEODE-2804) Allow a locator host to be taken off line and replaced with a different machine having the same host name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 03 Jul 2017 17:42:07 -0000 [ https://issues.apache.org/jira/browse/GEODE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2804: ----------------------------------- Fix Version/s: 1.3.0 > Allow a locator host to be taken off line and replaced with a different machine having the same host name > --------------------------------------------------------------------------------------------------------- > > Key: GEODE-2804 > URL: https://issues.apache.org/jira/browse/GEODE-2804 > Project: Geode > Issue Type: Improvement > Components: client/server, membership, native client > Affects Versions: 1.1.1 > Reporter: Bruce Schuchardt > Assignee: Hitesh Khamesra > Fix For: 1.3.0 > > > It is not unlikely that in a long-running system a machine hosting a locator will break down and need to be replace, or that a virtual machine hosting a locator will be stopped and restarted. In either case the machine may have a different IP address. > Clients and servers currently cache the IP address of a locator and should be changed to re-resolve the host name if the address stops being usable. > Servers currently cannot be started if they are given a host name that can not be resolved. They should be changed to allow this and start up if they are able to contact one or more of the other locators in their "locators" setting. -- This message was sent by Atlassian JIRA (v6.4.14#64029)