-
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
enhance: [2.5] enable task delta cache #39349
base: 2.5
Are you sure you want to change the base?
Conversation
Signed-off-by: bigsheeper <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigsheeper The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@bigsheeper cpp-unit-test check failed, comment |
…ask-delta-cache-2.5
@bigsheeper go-sdk check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
rerun go-sdk |
/run-cpu-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #39349 +/- ##
==========================================
+ Coverage 80.99% 82.83% +1.83%
==========================================
Files 1404 1104 -300
Lines 197531 170793 -26738
==========================================
- Hits 159999 141476 -18523
+ Misses 31898 23699 -8199
+ Partials 5634 5618 -16
|
When there are many segment tasks in the querycoord scheduler, the traversal in GetSegmentTaskDelta checks becomes time-consuming. This PR adds caching for segment deltas.
issue: #37630
pr: #39307