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

[Backport 2.4] Cluster manager task throttling feature #5071

Conversation

dhwanilpatel
Copy link
Contributor

@dhwanilpatel dhwanilpatel commented Nov 4, 2022

Description

Back port PR for cluster manager task throttling feature from main. [#4986]

Issues Resolved

#479

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

@dhwanilpatel dhwanilpatel requested review from a team and reta as code owners November 4, 2022 06:32
@dhwanilpatel dhwanilpatel force-pushed the master_throttling_backport_2_4 branch from 0fb0835 to a771023 Compare November 4, 2022 06:42
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Gradle Check (Jenkins) Run Completed with:

@dhwanilpatel dhwanilpatel force-pushed the master_throttling_backport_2_4 branch from a771023 to defe078 Compare November 4, 2022 07:15
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Gradle Check (Jenkins) Run Completed with:

@dhwanilpatel dhwanilpatel force-pushed the master_throttling_backport_2_4 branch from defe078 to 2aee358 Compare November 4, 2022 08:00
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Gradle Check (Jenkins) Run Completed with:

@dhwanilpatel dhwanilpatel force-pushed the master_throttling_backport_2_4 branch from 2aee358 to adb2f73 Compare November 4, 2022 10:38
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

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 dhwanilpatel force-pushed the master_throttling_backport_2_4 branch from adb2f73 to a6e1a01 Compare November 4, 2022 11:47
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Gradle Check (Jenkins) Run Completed with:

@Bukhtawar Bukhtawar merged commit e0d1c2e into opensearch-project:2.4 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants