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

Transaction's memory usage is tracked multiple times #53984

Open
ekexium opened this issue Jun 13, 2024 · 0 comments · May be fixed by #53985
Open

Transaction's memory usage is tracked multiple times #53984

ekexium opened this issue Jun 13, 2024 · 0 comments · May be fixed by #53985

Comments

@ekexium
Copy link
Contributor

ekexium commented Jun 13, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

N/A

2. What did you expect to see? (Required)

Precise memory tracking.

3. What did you see instead (Required)

Transaction's memory usage is tracked by multiple times:

  1. MemDB tracker
  2. Stale tracking in executors like
    e.memTracker.Consume(int64(txn.Size() - txnSize))

4. What is your TiDB version? (Required)

master

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

Successfully merging a pull request may close this issue.

2 participants