-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.4] Cluster manager task throttling feature #5071
Merged
Bukhtawar
merged 1 commit into
opensearch-project:2.4
from
dhwanilpatel:master_throttling_backport_2_4
Nov 4, 2022
Merged
[Backport 2.4] Cluster manager task throttling feature #5071
Bukhtawar
merged 1 commit into
opensearch-project:2.4
from
dhwanilpatel:master_throttling_backport_2_4
Nov 4, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhwanilpatel
force-pushed
the
master_throttling_backport_2_4
branch
from
November 4, 2022 06:42
0fb0835
to
a771023
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
dhwanilpatel
force-pushed
the
master_throttling_backport_2_4
branch
from
November 4, 2022 07:15
a771023
to
defe078
Compare
Gradle Check (Jenkins) Run Completed with:
|
dhwanilpatel
force-pushed
the
master_throttling_backport_2_4
branch
from
November 4, 2022 08:00
defe078
to
2aee358
Compare
Gradle Check (Jenkins) Run Completed with:
|
dhwanilpatel
force-pushed
the
master_throttling_backport_2_4
branch
from
November 4, 2022 10:38
2aee358
to
adb2f73
Compare
Gradle Check (Jenkins) Run Completed with:
|
…t#4986) Basic Throttler Framework / Exponential Basic back off policy. Add basic thorttler/exponential backoff policy for retry/Defination o… opensearch-project#3527 Changes required in Master node to perform throttling. Master node changes for master task throttling opensearch-project#3882 Changes required in Data node to perform retry on throttling. Data node changes for master task throttling opensearch-project#4204 Provide support for all task type in throttling framework. Onboarding of few task types to throttling opensearch-project#4542 Integration Tests (Fix timeout exception and Add Integ test for Master task throttling opensearch-project#4588 Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
dhwanilpatel
force-pushed
the
master_throttling_backport_2_4
branch
from
November 4, 2022 11:47
adb2f73
to
a6e1a01
Compare
Gradle Check (Jenkins) Run Completed with:
|
Bukhtawar
approved these changes
Nov 4, 2022
Bukhtawar
added a commit
to Bukhtawar/OpenSearch
that referenced
this pull request
Nov 10, 2022
…h-project#4986) (opensearch-project#5071)" This reverts commit e0d1c2e. Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
dblock
pushed a commit
that referenced
this pull request
Nov 10, 2022
…PR] (#5071) (#5203) * Revert "Cluster manager task throttling feature [Final PR] (#4986) (#5071)" This reverts commit e0d1c2e. Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com> * Fix up change log Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com> * Fix up release notes Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com> * Cleaning up the deleted file Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com> Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Back port PR for cluster manager task throttling feature from main. [#4986]
Issues Resolved
#479
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.