region_scatterer: fix the bug that could generate schedule with too many peers (#5920)#5923
Conversation
…any peers Signed-off-by: HunDunDM <hundundm@gmail.com>
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Codecov ReportBase: 75.54% // Head: 75.61% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release-6.5 #5923 +/- ##
===============================================
+ Coverage 75.54% 75.61% +0.07%
===============================================
Files 330 330
Lines 32951 32952 +1
===============================================
+ Hits 24894 24918 +24
+ Misses 5907 5887 -20
+ Partials 2150 2147 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
@joccau: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
@3pointer: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/merge |
|
@rleungx: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 40b8cee |
This is an automated cherry-pick of #5920
What problem does this PR solve?
Issue Number: Close #5909
What is changed and how does it work?
Introduced in #4570 , used stores were not excluded resulting in possible selection of too many
targeterPeers.Check List
Tests
Code changes
Side effects
Related changes
Release note