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 CA822200D02 for ; Sat, 23 Sep 2017 17:40:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C8DA81609B6; Sat, 23 Sep 2017 15:40:41 +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 11A3F1609B5 for ; Sat, 23 Sep 2017 17:40:40 +0200 (CEST) Received: (qmail 4156 invoked by uid 500); 23 Sep 2017 15:40:40 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 4142 invoked by uid 99); 23 Sep 2017 15:40:39 -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; Sat, 23 Sep 2017 15:40:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2CB02F5748; Sat, 23 Sep 2017 15:40:38 +0000 (UTC) From: Randgalt To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #377: [ZOOKEEPER-2901] TTL Nodes don't work with Server IDs ... Content-Type: text/plain Message-Id: <20170923154039.2CB02F5748@git1-us-west.apache.org> Date: Sat, 23 Sep 2017 15:40:38 +0000 (UTC) archived-at: Sat, 23 Sep 2017 15:40:42 -0000 Github user Randgalt commented on the issue: https://github.com/apache/zookeeper/pull/377 FYI - I did some local ad-hoc testing with server IDs 254/255 and the config value true/false in zoo.cfg and everything works as expected. ---