-
Notifications
You must be signed in to change notification settings - Fork 300
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
configure ML reserved roles and system indices #1654
Conversation
Signed-off-by: Yaliang Wu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1654 +/- ##
============================================
- Coverage 64.59% 64.55% -0.05%
Complexity 3214 3214
============================================
Files 247 247
Lines 17352 17352
Branches 3082 3082
============================================
- Hits 11208 11201 -7
- Misses 4594 4601 +7
Partials 1550 1550
Continue to review full report at Codecov.
|
@peternied just check me but I think this should go to 1.3 not to 1.x |
@davidlago you are exactly right, I didn't see the backport 1.3 tag |
Signed-off-by: Yaliang Wu <[email protected]> (cherry picked from commit 3638c6f)
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu [email protected]
Description
This PR is to configure ML reserved roles and system indices. This is to replace the old PR #1308
Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)
New feature
Why these changes are required?
We need to release new ML plugin in 1.3
What is the old behavior before changes and new behavior after changes?
We add two new reserved roles for ML plugin.
We add two new system indices for ML plugin.
Testing
Test done on local single node cluster and on multi-node cluster on EC2.
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.