Skip to content
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

Export CommitTS of KVTxn #1488

Closed
b6g opened this issue Nov 11, 2024 · 1 comment · Fixed by #1489
Closed

Export CommitTS of KVTxn #1488

b6g opened this issue Nov 11, 2024 · 1 comment · Fixed by #1489

Comments

@b6g
Copy link
Contributor

b6g commented Nov 11, 2024

The CommitTS of an AsyncCommit transaction is determined from TiKV's max_ts. We need it to check the order of the timestamps in TiDB, as described in pingcap/tidb#57165.

@cfzjywxk
Copy link
Contributor

The already exists tidb_last_txn_info could be used to track the last transaction information in current session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants