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

Diskless cluster mode v2 #676

Merged
merged 6 commits into from
Aug 17, 2020
Merged

Diskless cluster mode v2 #676

merged 6 commits into from
Aug 17, 2020

Commits on Aug 9, 2020

  1. Diskless Cluster Mode v2

    - only one node handles data
    - use ZooKeeper 'multi' operation to ensure leadership while dealing with metadata in BKDataStorageManager
    - followers only announce them on metadata
    - new 'replica:*' parameter to tell that evey node is a replica and can become leader
    - add tests
    Enrico Olivelli authored and eolivelli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    d130770 View commit details
    Browse the repository at this point in the history
  2. tidy up

    eolivelli committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    3a1ecbf View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. revert unneded changes

    eolivelli committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    6b8a38d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    39a94e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. address Diego's comments

    eolivelli committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    10d72f8 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    eolivelli committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    dc2cba3 View commit details
    Browse the repository at this point in the history