We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
With write-heavy scenarios, run the workload long enough. E.g. days.
The number of entries in wal/log_xxx_1 getting bigger and bigger. Which makes the GC progress to consume more and more memory, and finally OOM.
wal/log_xxx_1
v6.2.0
The text was updated successfully, but these errors were encountered:
introduced by #5357
Sorry, something went wrong.
HeavySkewWriteRead
PageStorage: Fix peak memory usage when running GC on PageDirectory (#…
47480fc
…6168) close #6163
testing: pageworkload HeavySkewWriteRead support deleting data (#6178)
80c3b94
ref #6163
JaySon-Huang
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
With write-heavy scenarios, run the workload long enough. E.g. days.
2. What did you expect to see? (Required)
3. What did you see instead (Required)
The number of entries in
wal/log_xxx_1
getting bigger and bigger. Which makes the GC progress to consume more and more memory, and finally OOM.4. What is your TiFlash version? (Required)
v6.2.0
The text was updated successfully, but these errors were encountered: