-
Notifications
You must be signed in to change notification settings - Fork 5.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
*: add a memdb memory tracker #39372
Conversation
* add a memdb memory tracker Signed-off-by: ekexium <ekexium@fastmail.com> * update deps * fix test Signed-off-by: ekexium <ekexium@fastmail.com> * remove the fake tracking of memdb in insert Signed-off-by: ekexium <ekexium@fastmail.com> * simplify the signature Signed-off-by: ekexium <ekexium@fastmail.com> * fix conflict Signed-off-by: ekexium <ekexium@fastmail.com> * fix conflict Signed-off-by: ekexium <eke@fastmail.com> * fix: move the tracker out of TxnInfo Signed-off-by: ekexium <eke@fastmail.com> * refactor: use switch-default Signed-off-by: ekexium <eke@fastmail.com> * fix: only reset session tracker when detach SQLText tracker Signed-off-by: ekexium <eke@fastmail.com> * test: fix TestTiDBTrx Signed-off-by: ekexium <eke@fastmail.com> * update client-go Signed-off-by: ekexium <eke@fastmail.com> Signed-off-by: ekexium <ekexium@fastmail.com> Signed-off-by: ekexium <eke@fastmail.com> Co-authored-by: ekexium <ekexium@fastmail.com> Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: bfc880b
|
Signed-off-by: ekexium <eke@fastmail.com>
…irror Signed-off-by: ekexium <eke@fastmail.com>
Signed-off-by: ekexium <eke@fastmail.com>
5c239d7
to
eddfc6b
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: eddfc6b
|
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #35203
Problem Summary:
This is a duplicate of #35225 to bypass CLA check failure because of the change of my email address.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.