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 <qihongxu@...>
Date: 2018-01-18T07:34:01Z
dataDir and dataLogDir are printed opposingly
----
---