-
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: Fix slow dist handle and slow observe #38566
fix: Fix slow dist handle and slow observe #38566
Conversation
Signed-off-by: bigsheeper <[email protected]>
1. Provide partition-level indexing in the collection target. 2. Make SegmentAction not wait for distribution. 3. Optimize logging to reduce CPU overhead. issue: #37630 pr: #38566 --------- Signed-off-by: bigsheeper <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38566 +/- ##
==========================================
+ Coverage 81.07% 81.08% +0.01%
==========================================
Files 1404 1404
Lines 198272 198238 -34
==========================================
- Hits 160752 160749 -3
+ Misses 31867 31848 -19
+ Partials 5653 5641 -12
|
Signed-off-by: bigsheeper <[email protected]>
Print observe, dist handing and schedule time. issue: #37630 pr: #38566 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
supplement to pr: #38566 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
@bigsheeper cpp-unit-test check failed, comment |
…2-opt-pull-dist
Signed-off-by: bigsheeper <[email protected]>
supplement to pr: #38566 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
@bigsheeper cpp-unit-test check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
rerun go-sdk |
/run-cpu-e2e |
/lgtm |
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 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 |
/run-cpu-e2e |
rerun ut |
…2-opt-pull-dist
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
/lgtm |
1. Provide partition&channel level indexing in the collection target. 2. Make SegmentAction not wait for distribution. 3. Remove scheduler and target manager mutex 4. Optimize logging to reduce CPU overhead. issue: #37630 pr: #38566 --------- Signed-off-by: bigsheeper <[email protected]>
1. Provide partition&channel level indexing in the collection target. 2. Make `SegmentAction` not wait for distribution. 3. Remove scheduler and target manager mutex. 4. Optimize logging to reduce CPU overhead. issue: milvus-io#37630 --------- Signed-off-by: bigsheeper <[email protected]>
SegmentAction
not wait for distribution.issue: #37630