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

ClusterManagerTaskThrottler Improvements #15508

Commits on Aug 29, 2024

  1. [ClusterManagerTaskThrottler Improvements]

      + Add shallow check in ClusterManagerTaskThrottler's onBeginSubmit method before computeIfPresent to avoid lock when queue is full
      + Remove stack trace filling in ClusterManagerThrottlingException
    
    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ada278 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into add_changes_for_task_throttle_improvements

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    27b68c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Perform code refactor

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d80be09 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into add_changes_for_task_throttle_improvements

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9563e17 View commit details
    Browse the repository at this point in the history
  3. Retry Build

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    758a3d9 View commit details
    Browse the repository at this point in the history
  4. Retry Build

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b1275b9 View commit details
    Browse the repository at this point in the history
  5. Update assertions in testThrottlingWithLock unit test

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9f7edc3 View commit details
    Browse the repository at this point in the history
  6. Add testThrottlingWithMultipleOnBeginSubmitsThreadsWithLock

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    26259d9 View commit details
    Browse the repository at this point in the history
  7. add comment and refactor variable names

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c899072 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ace1c7 View commit details
    Browse the repository at this point in the history
  9. reduce threads in ut to avoid slowing down runs

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    34d6245 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into add_changes_for_task_throttle_improvements

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a23a37c View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into add_changes_for_task_throttle_improvements

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    197e5db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48d106d View commit details
    Browse the repository at this point in the history
  13. handle comments to update unit tests

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8ad4da6 View commit details
    Browse the repository at this point in the history
  14. Retry Build

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    37ea333 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge branch 'main' into add_changes_for_task_throttle_improvements

    Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
    sumitasr authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7b98efe View commit details
    Browse the repository at this point in the history