Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade path for the zookeeper persistence issue #228

Merged
merged 3 commits into from
Dec 3, 2018

Commits on Dec 2, 2018

  1. Mounts the parent of "datadir" AND "snapdir"

    Fixes #89, "logs" which are actually data would end up outside the mount.
    
    Zookeeper's startup logs are more clear than the property file entries:
    INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 datadir /var/lib/zookeeper/log/version-2 snapdir /var/lib/zookeeper/data/version-2
    solsson committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6b734d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b936c84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55d817 View commit details
    Browse the repository at this point in the history