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

Model level quota and throttling feature with in-cache update #1620

Closed
wants to merge 4 commits into from

Conversation

b4sjoo
Copy link
Collaborator

@b4sjoo b4sjoo commented Nov 13, 2023

Description

This PR should enabling both model level throttling and quota feature as well as allowing in-cache multi-node update of these features.

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

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.

@b4sjoo b4sjoo had a problem deploying to ml-commons-cicd-env November 13, 2023 05:24 — with GitHub Actions Failure
@b4sjoo b4sjoo had a problem deploying to ml-commons-cicd-env November 13, 2023 05:25 — with GitHub Actions Failure
@b4sjoo b4sjoo changed the title 2.x throttling Model level quota and throttling feature with in-cache update Nov 13, 2023
@@ -9,7 +9,7 @@ buildscript {
ext {
opensearch_group = "org.opensearch"
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.12.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will rollback when merge.

@b4sjoo
Copy link
Collaborator Author

b4sjoo commented Nov 13, 2023

Unit test compilation is failed at this time. Will fix when merge

@b4sjoo b4sjoo had a problem deploying to ml-commons-cicd-env November 17, 2023 23:23 — with GitHub Actions Failure
@b4sjoo b4sjoo had a problem deploying to ml-commons-cicd-env November 17, 2023 23:23 — with GitHub Actions Failure
@b4sjoo b4sjoo closed this Nov 22, 2023
@b4sjoo b4sjoo deleted the 2.x_throttling branch January 3, 2024 01:03
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.

1 participant