-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix: uneven distribution caused by executing task delta cache leak #39702
fix: uneven distribution caused by executing task delta cache leak #39702
Conversation
this PR maintain workload effect in action instead of computing workload effect from target, which may cause leak if target changes. Signed-off-by: Wei Liu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #39702 +/- ##
===========================================
+ Coverage 69.39% 80.15% +10.76%
===========================================
Files 302 1476 +1174
Lines 27077 204321 +177244
===========================================
+ Hits 18790 163779 +144989
- Misses 8287 34713 +26426
- Partials 0 5829 +5829
|
rerun ut |
/lgtm How about also removing the unused |
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, weiliu1031 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ak (#39759) issue: #39681 pr: #39702 this PR maintain workload effect in action instead of computing workload effect from target, which may cause leak if target changes. Signed-off-by: Wei Liu <[email protected]>
issue: #39681
this PR maintain workload effect in action instead of computing workload effect from target, which may cause leak if target changes.