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

Compaction on PageStorage WAL causes OOM #6163

Closed
JaySon-Huang opened this issue Oct 19, 2022 · 1 comment · Fixed by #6168
Closed

Compaction on PageStorage WAL causes OOM #6163

JaySon-Huang opened this issue Oct 19, 2022 · 1 comment · Fixed by #6168

Comments

@JaySon-Huang
Copy link
Contributor

JaySon-Huang commented Oct 19, 2022

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

@JaySon-Huang JaySon-Huang added type/bug The issue is confirmed as a bug. component/storage labels Oct 19, 2022
@JaySon-Huang
Copy link
Contributor Author

introduced by #5357

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.

3 participants