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

Frozen tier autoscaling decider based on shards #71042

Merged

Commits on Mar 30, 2021

  1. Frozen tier autoscaling decider based on shards

    The frozen tier only holds shared cache searchable snapshots. This
    commit adds an autoscaling decider that scales the total memory on
    the tier adequately to hold the shards. A frozen shard is assigned
    a memory size of 64GB/2000, i.e., each 64GB node can hold 2000 shards
    before scaling further.
    henningandersen committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f9c5740 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    c99fe00 View commit details
    Browse the repository at this point in the history
  2. Compile after merge

    henningandersen committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    6c92459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f96070c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9035c54 View commit details
    Browse the repository at this point in the history
  5. spotless

    henningandersen committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3847580 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    1c4c4ae View commit details
    Browse the repository at this point in the history
  2. Use constant.

    henningandersen committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    93bcb96 View commit details
    Browse the repository at this point in the history
  3. Validate min size.

    henningandersen committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8eabd20 View commit details
    Browse the repository at this point in the history
  4. Positive shard count

    henningandersen committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8f975a0 View commit details
    Browse the repository at this point in the history
  5. spotless

    henningandersen committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    2371cdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    095b45a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Improved style

    henningandersen committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1596b6d View commit details
    Browse the repository at this point in the history
  2. int is enough.

    henningandersen committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6c5ecde View commit details
    Browse the repository at this point in the history