-
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
base: master
Are you sure you want to change the base?
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38566 +/- ##
===========================================
- Coverage 81.09% 69.32% -11.77%
===========================================
Files 1383 292 -1091
Lines 195636 26184 -169452
===========================================
- Hits 158642 18153 -140489
+ Misses 31404 8031 -23373
+ Partials 5590 0 -5590
|
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]>
[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 |
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 |
SegmentAction
not wait for distribution.issue: #37630