-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: [cp][2.5] use max MvccTs for iterator #37248
Conversation
Signed-off-by: Patrick Weizhi Xu <[email protected]> (cherry picked from commit 5ed7230)
@PwzXxm E2e jenkins job failed, comment |
@PwzXxm go-sdk check failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #37248 +/- ##
==========================================
- Coverage 83.12% 80.86% -2.27%
==========================================
Files 1028 1318 +290
Lines 157213 182689 +25476
==========================================
+ Hits 130691 147729 +17038
- Misses 21351 29784 +8433
- Partials 5171 5176 +5
|
/run-cpu-e2e |
rerun go-sdk |
@PwzXxm E2e jenkins job failed, comment |
/run-cpu-e2e |
@PwzXxm go-sdk check failed, comment |
rerun go-sdk |
@PwzXxm go-sdk check failed, comment |
@PwzXxm E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun go-sdk |
@PwzXxm E2e jenkins job failed, comment |
/run-cpu-e2e |
For exact MVCC view in cluster with multiple channels, we need to pass the channel-mvccTs back to SDK. Do it in later PR. |
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.
lgtm as temp solution
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, PwzXxm 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 |
issue: #37158
pr: #37247
Signed-off-by: Patrick Weizhi Xu [email protected]
(cherry picked from commit 5ed7230)