-
Notifications
You must be signed in to change notification settings - Fork 728
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
mcs: add lock for forward tso stream #9095
Conversation
Signed-off-by: lhy1024 <[email protected]>
Signed-off-by: lhy1024 <[email protected]>
Signed-off-by: lhy1024 <[email protected]>
re.NotNil(pdClient) | ||
defer pdClient.Close() | ||
for range 100 { | ||
min, err := pdClient.UpdateServiceGCSafePoint(context.Background(), fmt.Sprintf("service-%d", i), 1000, 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to inject delays into the benchmark for better simulation?
Is there any performance regression? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9095 +/- ##
==========================================
- Coverage 76.41% 76.33% -0.09%
==========================================
Files 468 468
Lines 71717 71727 +10
==========================================
- Hits 54804 54750 -54
- Misses 13502 13556 +54
- Partials 3411 3421 +10
Flags with carried forward coverage won't be shown. Click here to find out more. |
@AmoebaProtozoa: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: lhy1024 <[email protected]>
eb77925
to
712e854
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AmoebaProtozoa, bufferflies, nolouch, rleungx 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 |
Signed-off-by: lhy1024 <[email protected]>
close tikv#9091 Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
close tikv#9091 Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
close #9091 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
close #9091 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
close #9091 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
What problem does this PR solve?
Issue Number: Close #9091
What is changed and how does it work?
Check List
Tests
Release note