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

Bug/sbp cancellation #13474

Merged
merged 16 commits into from
Jun 21, 2024
Merged

Commits on Jun 19, 2024

  1. change cancellation logic to fix disparity bw trackers and resource d…

    …uress
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7197a29 View commit details
    Browse the repository at this point in the history
  2. add additional tests for searchBackpressureService and refactor code

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    14b220c View commit details
    Browse the repository at this point in the history
  3. add enumMap instead of list for tracking taskResourceUsageTrackets

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    326b84d View commit details
    Browse the repository at this point in the history
  4. add nodeNotInDuress test for nodeDuressTrackers class

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9891c4e View commit details
    Browse the repository at this point in the history
  5. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b2d0c41 View commit details
    Browse the repository at this point in the history
  6. add entry in CHANGELOG

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ea1be17 View commit details
    Browse the repository at this point in the history
  7. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    69aaf31 View commit details
    Browse the repository at this point in the history
  8. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f606588 View commit details
    Browse the repository at this point in the history
  9. remove wildcard import

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    99af112 View commit details
    Browse the repository at this point in the history
  10. streamline imports

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    90f38ac View commit details
    Browse the repository at this point in the history
  11. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b8dba28 View commit details
    Browse the repository at this point in the history
  12. add additional test case to test the circuit breaker for SBP logic

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0c7043d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add missing javadoc to resourece type enum

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    214feba View commit details
    Browse the repository at this point in the history
  2. add javadoc to a method

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    becc022 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix javadoc warnings

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bd55e42 View commit details
    Browse the repository at this point in the history
  2. fix javadoc warnings

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0e38dee View commit details
    Browse the repository at this point in the history