You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by abhishekrai <gi...@git.apache.org> on 2016/12/13 12:15:57 UTC

[GitHub] zookeeper pull request #111: ZOOKEEPER-2574: PurgeTxnLog can inadvertently d...

Github user abhishekrai commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/111#discussion_r92156748
  
    --- Diff: docs/zookeeperAdmin.html ---
    @@ -1201,8 +1205,10 @@ <h3 class="h4">Configuration Parameters</h3>
     <p>(Java system property: <strong>zookeeper.snapCount</strong>)</p>
     <p>ZooKeeper logs transactions to a transaction
                   log. After snapCount transactions are written to a log
    -              file a snapshot is started and a new transaction log
    -              file is created. The default snapCount is
    +              file a snapshot is started. It also influences rollover
    +			  of the current transaction log to a new file. However,
    --- End diff --
    
    Done, thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---