-
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: Optimize GetLocalDiskSize and segment loader mutex #38599
base: master
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 |
…38600) 1. Make the segment loader lock protect only the resource. 2. Optimize GetDiskUsage to avoid excessive overhead. issue: #37630 pr: #38599 Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
…38601) fix of pr: #38599 --------- Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38599 +/- ##
==========================================
+ Coverage 81.14% 82.95% +1.81%
==========================================
Files 1387 1092 -295
Lines 196269 169763 -26506
==========================================
- Hits 159257 140830 -18427
+ Misses 31414 23346 -8068
+ Partials 5598 5587 -11
|
@bigsheeper go-sdk check failed, comment |
fix of: #38599 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
issue: #37630