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

Created new ReplicaShardBatchAllocator #8992

Merged
merged 19 commits into from
Mar 20, 2024

Commits on Jul 28, 2023

  1. Created new ReplicaShardBatchAllocator to be used instead of ReplicaS…

    …hardAllocator for batch calls
    
    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0d0e5c2 View commit details
    Browse the repository at this point in the history
  2. fixed import path

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8b47472 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Cleaned up code and removed unnecessary ineligible shards

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    aa68e29 View commit details
    Browse the repository at this point in the history
  2. Removed GatewayAllocator from PR

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e3354b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Added RSBA UTs

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4facee8 View commit details
    Browse the repository at this point in the history
  2. RSBA after RSA refactor

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    11cc223 View commit details
    Browse the repository at this point in the history
  3. Made some funcitons private

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d8a29d6 View commit details
    Browse the repository at this point in the history
  4. Use List instead of Set, adding more comments

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    30c57e0 View commit details
    Browse the repository at this point in the history
  5. changed fetchData signature

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    20c7a65 View commit details
    Browse the repository at this point in the history
  6. removed redundant code

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6568d63 View commit details
    Browse the repository at this point in the history
  7. fix method reference

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    891bb1f View commit details
    Browse the repository at this point in the history
  8. apply spotless

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5639a69 View commit details
    Browse the repository at this point in the history
  9. fix test

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b252e71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1363d40 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    7c60149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2040baa View commit details
    Browse the repository at this point in the history
  3. Skip iterating over Routing Nodes

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6e99e18 View commit details
    Browse the repository at this point in the history
  4. remove null check

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0d23917 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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