-
Notifications
You must be signed in to change notification settings - Fork 719
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
cluster: change return value for getSchedulers (#2615) #2638
cluster: change return value for getSchedulers (#2615) #2638
Conversation
Signed-off-by: Ryan Leung <rleungx@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/merge |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2638 +/- ##
===============================================
+ Coverage 77.11% 77.18% +0.07%
===============================================
Files 205 205
Lines 22115 22136 +21
===============================================
+ Hits 17053 17085 +32
+ Misses 3761 3751 -10
+ Partials 1301 1300 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
@ti-srebot merge failed. |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
cherry-pick #2615 to release-4.0
What problem does this PR solve?
Close #2630.
What is changed and how it works?
This PR changes the return value of
getSchedulers
frommap
to[]string
and adds a new function namedGetSchedulerHandlers
.Check List
Tests
Release note
getSchedulers
may cause a data race