Try to validate read ts for all RPC requests#1513
Merged
ti-chi-bot[bot] merged 11 commits intotikv:masterfrom Dec 9, 2024
Merged
Try to validate read ts for all RPC requests#1513ti-chi-bot[bot] merged 11 commits intotikv:masterfrom
ti-chi-bot[bot] merged 11 commits intotikv:masterfrom
Conversation
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
cfzjywxk
reviewed
Dec 4, 2024
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
cfzjywxk
reviewed
Dec 4, 2024
| return nil | ||
| } | ||
|
|
||
| latestTSInfo, exists := o.getLastTSWithArrivalTS(opt.TxnScope) |
Contributor
There was a problem hiding this comment.
Should we remove the txnScope related check and map structure within this PR?
Contributor
Author
There was a problem hiding this comment.
I think it's better to be removed when all code related to txn scope is being removed, to keep the code consistent.
zyguan
approved these changes
Dec 5, 2024
7 tasks
Contributor
|
/retest |
crazycs520
approved these changes
Dec 6, 2024
13 tasks
crazycs520
approved these changes
Dec 9, 2024
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfzjywxk, crazycs520, zyguan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
you06-pingcap
pushed a commit
to you06/client-go
that referenced
this pull request
Jan 7, 2025
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
you06-pingcap
pushed a commit
to you06/client-go
that referenced
this pull request
Jan 7, 2025
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
you06-pingcap
pushed a commit
to you06/client-go
that referenced
this pull request
Jan 7, 2025
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
you06-pingcap
pushed a commit
to you06/client-go
that referenced
this pull request
Jan 7, 2025
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
This was referenced Jan 7, 2025
This was referenced Jan 14, 2025
ekexium
pushed a commit
to ekexium/client-go
that referenced
this pull request
Jan 15, 2025
ekexium
pushed a commit
to ekexium/client-go
that referenced
this pull request
Jan 15, 2025
ti-chi-bot bot
pushed a commit
that referenced
this pull request
Jan 16, 2025
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com> Signed-off-by: you06 <you1474600@gmail.com> Signed-off-by: ekexium <eke@fastmail.com> Co-authored-by: you06 <you1474600@gmail.com> Co-authored-by: MyonKeminta <9948422+MyonKeminta@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: pingcap/tidb#57786