-
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 rootcoord meta mutex contention #38799
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 |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38799 +/- ##
==========================================
+ Coverage 81.13% 82.93% +1.79%
==========================================
Files 1385 1091 -294
Lines 196070 169663 -26407
==========================================
- Hits 159083 140707 -18376
+ Misses 31397 23355 -8042
- Partials 5590 5601 +11
|
RootCoord meta uses copy-on-write, allowing the removal of unnecessary copies. issue: #37630 pr: #38799 Signed-off-by: bigsheeper <[email protected]>
…2-opt-rootcoord-meta
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
…2-opt-rootcoord-meta
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
/run-cpu-e2e |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
…2-opt-rootcoord-meta
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
…2-opt-rootcoord-meta
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
…2-opt-rootcoord-meta
@bigsheeper go-sdk check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
RootCoord meta uses copy-on-write, allowing the removal of unnecessary copies.
issue: #37630