From dev-return-66855-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Jan 18 08:56:31 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 5DEF6180654 for ; Thu, 18 Jan 2018 08:56:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4D82F160C36; Thu, 18 Jan 2018 07:56:31 +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 88510160C2B for ; Thu, 18 Jan 2018 08:56:30 +0100 (CET) Received: (qmail 52348 invoked by uid 500); 18 Jan 2018 07:56:29 -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 52336 invoked by uid 99); 18 Jan 2018 07:56:29 -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, 18 Jan 2018 07:56:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E127ADFCB5; Thu, 18 Jan 2018 07:56:28 +0000 (UTC) From: qihongxu To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #449: ZOOKEEPER-2964: "Conf" command returns dataDir ... Content-Type: text/plain Date: Thu, 18 Jan 2018 07:56:28 +0000 (UTC) GitHub user qihongxu opened a pull request: https://github.com/apache/zookeeper/pull/449 ZOOKEEPER-2964: "Conf" command returns dataDir and dataLogDir opposingly See [https://issues.apache.org/jira/browse/ZOOKEEPER-2964](url) for details. The bug affects versions newer than 3.5. According to Andor Molnar‘s [review](https://issues.apache.org/jira/browse/ZOOKEEPER-2964?focusedCommentId=16330018&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16330018) this patch can be applied to master and branch-3.5 branches. Thanks all for reviewing this issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/qihongxu/zookeeper ZOOKEEPER-2964 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/449.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #449 ---- commit d1b8824fe41dafeb2547b9497b62edd140fa320f Author: Qihong Xu Date: 2018-01-18T07:34:01Z dataDir and dataLogDir are printed opposingly ---- ---