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

PrimaryShardAllocator refactor to abstract out shard state and method calls #9760

Merged
merged 23 commits into from
Mar 12, 2024

Commits on Sep 6, 2023

  1. PrimaryShardAllocator refactor to abstract out shard state and method…

    … calls
    
    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e4eb9f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into batched-psa

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b8b3435 View commit details
    Browse the repository at this point in the history
  3. Spotless changes

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f829907 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. moved NodeShardState and NodeShardStates to PSA

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a54547f View commit details
    Browse the repository at this point in the history
  2. Made createActiveShardComparator private

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d3387af View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Using List of NodeShardState in NodeShardStates

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5aaf97e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d59ff View commit details
    Browse the repository at this point in the history
  3. Build failure fix

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e7c778c View commit details
    Browse the repository at this point in the history
  4. Added javadoc for NodeShardResult and NodesToAllocate

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    26ae860 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Modified NodeShardStates to only have getter method

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    90a03a0 View commit details
    Browse the repository at this point in the history
  2. Spotless changes

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7418d66 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Removed changes which were not necessary

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7aa8135 View commit details
    Browse the repository at this point in the history
  2. Spotless changes

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ba1e746 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Added javadocs PSA

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3635240 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into batched-psa

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4a0a570 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    4bf3949 View commit details
    Browse the repository at this point in the history
  2. Apply Spotless PSA

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a2a439b View commit details
    Browse the repository at this point in the history
  3. reverted vcs change

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d2fd6ca View commit details
    Browse the repository at this point in the history
  4. Reverted TestGatewayAllocator change

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8b328fe View commit details
    Browse the repository at this point in the history
  5. Address review comments

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    614009b View commit details
    Browse the repository at this point in the history
  6. Fix javadoc

    Signed-off-by: Shivansh Arora <[email protected]>
    shiv0408 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a6fb7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61ec18c View commit details
    Browse the repository at this point in the history