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

Make balanced shards allocator timebound #15239

Merged
merged 23 commits into from
Aug 29, 2024

Commits on Aug 14, 2024

  1. Make balanced shards allocator timebound

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0e9151c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Randomise nodes shards iterator for move

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7fe10d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Terminate rebalancing if time elapsed

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8f558d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add test for allocate unassigned time out

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d591b26 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9ab5a29 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Use count down latch to mark partial shards timed out

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    31f02cf View commit details
    Browse the repository at this point in the history
  2. Add test

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5eaaa60 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into timebound-balancer

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e426ffb View commit details
    Browse the repository at this point in the history
  4. Add test for move

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c67486a View commit details
    Browse the repository at this point in the history
  5. Add tests for move

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4e5bcc8 View commit details
    Browse the repository at this point in the history
  6. Add tests for rebalance

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c094e95 View commit details
    Browse the repository at this point in the history
  7. Minor test fix

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    30aa1ca View commit details
    Browse the repository at this point in the history
  8. Add tests

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    825d796 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 27, 2024

  1. Minor changes

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b1b5b99 View commit details
    Browse the repository at this point in the history
  2. Fix conflict

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5d2cd14 View commit details
    Browse the repository at this point in the history
  3. Trigger Build

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    87a5cfc View commit details
    Browse the repository at this point in the history
  4. Add timer test

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fc9a8ff View commit details
    Browse the repository at this point in the history
  5. Trigger Build

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9a101b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Remove null

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    72a10b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix test

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c18d44c View commit details
    Browse the repository at this point in the history
  2. Fix PR number

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3ba1615 View commit details
    Browse the repository at this point in the history
  3. Refactor

    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    75145b7 View commit details
    Browse the repository at this point in the history