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

Fixed issues with data distribution when configuring from usable_regions=2 to usable_regions=1 #721

Merged
merged 7 commits into from
Aug 22, 2018

Commits on Aug 22, 2018

  1. fix: teams larger than the storageTeamSize can never become healthy, …

    …so we do not need to track them in our data structures. After configuring from usable_regions=2 to usable_regions=1 we will have a lot of these types of teams, leading to performance issues
    etschannen committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    a694364 View commit details
    Browse the repository at this point in the history
  2. Added the ability to disable all commits which do not modify the syst…

    …em keys by setting \xff/onlySystem = 1 in the database
    etschannen committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cb60002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c01f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8870e6a View commit details
    Browse the repository at this point in the history
  5. renamed onlySystem to mustContainSystemMutations, to accurately repre…

    …sent what setting the key does
    etschannen committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ffde1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74f7412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84e1f7b View commit details
    Browse the repository at this point in the history