-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Enabled default throttling for all tasks submitted to cluster manager #17711
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
Enabled default throttling for all tasks submitted to cluster manager #17711
Conversation
e8571ca
to
031e751
Compare
❌ Gradle check result for 031e751: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
031e751
to
7aa3bc8
Compare
❌ Gradle check result for 7aa3bc8: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 7aa3bc8: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
7aa3bc8
to
f7ca2c0
Compare
❕ Gradle check result for f7ca2c0: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17711 +/- ##
============================================
+ Coverage 72.47% 72.57% +0.09%
- Complexity 67034 67137 +103
============================================
Files 5478 5473 -5
Lines 310132 310132
Branches 45087 45058 -29
============================================
+ Hits 224775 225071 +296
+ Misses 66960 66693 -267
+ Partials 18397 18368 -29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test Result (1 failure / -34) Flaky Test - #14289 |
❌ Gradle check result for d085a1b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Test Result (2 failures / +2) Flay test - #16851 |
Sure, i've updated Throttling Keys as enum. |
40ecee0
to
399ca2a
Compare
❌ Gradle check result for 399ca2a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
399ca2a
to
0c601e8
Compare
❌ Gradle check result for 0c601e8: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
0c601e8
to
56d8ddb
Compare
6ce0628
into
opensearch-project:main
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-3.0 3.0
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-3.0
# Create a new branch
git switch --create backport/backport-17711-to-3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6ce06282aa3d2bbffe26448fcac23d1b3113112b
# Push it to GitHub
git push --set-upstream origin backport/backport-17711-to-3.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-3.0 Then, create a pull request where the |
…opensearch-project#17711) Signed-off-by: Manik Garg <gargmanik1317@gmail.com> (cherry picked from commit 6ce0628)
…opensearch-project#17711) Signed-off-by: Manik Garg <gargmanik1317@gmail.com> (cherry picked from commit 6ce0628)
…opensearch-project#17711) Signed-off-by: Manik Garg <gargmanik1317@gmail.com> (cherry picked from commit 6ce0628)
…opensearch-project#17711) (opensearch-project#18094) (cherry picked from commit 6ce0628) Signed-off-by: Manik Garg <gargmanik1317@gmail.com> Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Description
Enabled default throttling for all tasks submitted to cluster manager.
Related Issues
Resolves #17685
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.