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

Ensure fresh cluster startup succeeds in M3 1.0+ #261

Merged
merged 4 commits into from
Jan 11, 2021
Merged

Commits on Jan 11, 2021

  1. Update config to match 1.0

    nbroyles committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e746c90 View commit details
    Browse the repository at this point in the history
  2. Validate placement before reconciling namespaces

    Marking namespaces as ready requires the coordinator to check
    each dbnode to see if the namespace is available (via a read).
    This cannot proceed successfully without a placement as the
    dbnode blocks until it has one. Therefore, ensure placement
    gets created before namespaces so dbnode can respond to
    the coordinator.
    nbroyles committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    5fe4ed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c67f2c View commit details
    Browse the repository at this point in the history
  4. Add copyright header

    nbroyles committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    0b1bbea View commit details
    Browse the repository at this point in the history