Skip to content

Commit

Permalink
Merge pull request #1694 from obino/zookeeper-auto-purge
Browse files Browse the repository at this point in the history
Let zookeeper autopurge the old commit logs.
  • Loading branch information
nlake44 committed Mar 30, 2015
2 parents 65e1706 + 6e3c8dc commit 8616c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
2 changes: 2 additions & 0 deletions AppController/lib/zookeeper_helper.rb
Expand Up @@ -20,6 +20,8 @@ def configure_zookeeper(nodes, my_index)
maxClientsCnxns=0
forceSync=no
skipACL=yes
autopurge.snapRetainCount=5
autopurge.purgeInterval=12
EOF
myid = ""

Expand Down
51 changes: 0 additions & 51 deletions scripts/zookeeper-cleanup.sh

This file was deleted.

0 comments on commit 8616c30

Please sign in to comment.