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 0A750200BF4 for ; Fri, 23 Dec 2016 05:24:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0925E160B27; Fri, 23 Dec 2016 04:24:05 +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 791DD160B26 for ; Fri, 23 Dec 2016 05:24:04 +0100 (CET) Received: (qmail 54627 invoked by uid 500); 23 Dec 2016 04:23:58 -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 54615 invoked by uid 99); 23 Dec 2016 04:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 04:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 63A962C1F5A for ; Fri, 23 Dec 2016 04:23:58 +0000 (UTC) Date: Fri, 23 Dec 2016 04:23:58 +0000 (UTC) From: "Rakesh R (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2655) Improve NIOServerCnxn#isZKServerRunning to reflect the semantics correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Dec 2016 04:24:05 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15771848#comment-15771848 ] Rakesh R commented on ZOOKEEPER-2655: ------------------------------------- Thanks [~eribeiro] for the reviews. Thanks [~hanm] for the reviews and commits. > Improve NIOServerCnxn#isZKServerRunning to reflect the semantics correctly > -------------------------------------------------------------------------- > > Key: ZOOKEEPER-2655 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2655 > Project: ZooKeeper > Issue Type: Improvement > Components: server > Reporter: Rakesh R > Assignee: Rakesh R > Priority: Minor > Fix For: 3.5.3, 3.6.0 > > > This jira to improve the semantics of the following internal functions to make it more readable: > # {{NIOServerCnxn#isZKServerRunning()}} => return true if the server is running, false otherwise. > # {{AbstractFourLetterCommand#isZKServerRunning()}} => return true if the server is running, false otherwise. -- This message was sent by Atlassian JIRA (v6.3.4#6332)