You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by anmolnar <gi...@git.apache.org> on 2018/01/03 14:50:24 UTC

[GitHub] zookeeper pull request #441: ZOOKEEPER-2960. The dataDir and dataLogDir are ...

GitHub user anmolnar opened a pull request:

    https://github.com/apache/zookeeper/pull/441

    ZOOKEEPER-2960. The dataDir and dataLogDir are used opposingly

    Previously a small refactoring has swapped the usage of dataDir and dataLogDir when QuorumPeerMain instantiates FileTxnSnapLog class.
    
    This PR fixes it + adds unit test for verification.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-2960

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/441.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 #441
    
----
commit 516147499541f7eb2b30f7a8cb4f50ed204469bb
Author: Andor Molnar <an...@...>
Date:   2018-01-03T14:47:26Z

    ZOOKEEPER-2960. Fixed usage of dataDir and dataLogDir when instantiating FileTxnSnapLog

----


---

[GitHub] zookeeper issue #441: ZOOKEEPER-2960. The dataDir and dataLogDir are used op...

Posted by skamille <gi...@git.apache.org>.
Github user skamille commented on the issue:

    https://github.com/apache/zookeeper/pull/441
  
    +1 gonna attempt to commit this


---

[GitHub] zookeeper pull request #441: ZOOKEEPER-2960. The dataDir and dataLogDir are ...

Posted by anmolnar <gi...@git.apache.org>.
Github user anmolnar closed the pull request at:

    https://github.com/apache/zookeeper/pull/441


---