-
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38566 +/- ##
===========================================
+ Coverage 69.54% 82.94% +13.39%
===========================================
Files 296 1092 +796
Lines 26536 169780 +143244
===========================================
+ Hits 18455 140819 +122364
- Misses 8081 23374 +15293
- Partials 0 5587 +5587
|
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 |
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 |
@bigsheeper go-sdk check failed, comment |
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
Signed-off-by: bigsheeper <[email protected]>
…ger (#38956) pr: #38566 Just for test, I'll remove the global mutex latter. Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
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 E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
supplement to pr: #38566 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
SegmentAction
not wait for distribution.issue: #37630