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

MemoryTracker accuracy test detected large untracked memory usage #9960

Open
yibin87 opened this issue Mar 7, 2025 · 1 comment
Open

MemoryTracker accuracy test detected large untracked memory usage #9960

yibin87 opened this issue Mar 7, 2025 · 1 comment

Comments

@yibin87
Copy link
Contributor

yibin87 commented Mar 7, 2025

Our tcms test MemoryTrackerAccuracy runs 100 concurrency tpch-1 test, to check if RSS(Resident Set Size) > TrackedMaxMemory + 3.4G, it failed now. Confirmed that adjust 3.4G=>5G, the test can pass.
The increased untracked memory usage may have been introduced for a long time. However, our test framework accidentally treats error msg with "exceeds" keywork as context done, thus the real test only runs for about 10 minutes which is much smaller than the expected 1 hour.
Recently, we fixed the test framework issue, and exposed the untracked memory usage increase issue.

@yibin87 yibin87 added the type/bug The issue is confirmed as a bug. label Mar 7, 2025
@yibin87
Copy link
Contributor Author

yibin87 commented Mar 7, 2025

/severity major

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

No branches or pull requests

1 participant