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

bug: Memory usage decreased gradually during OPTIMIZE TABLE PURGE and will eventually be interrupted. #8415

Closed
1 of 2 tasks
Tracked by #7823
yufan022 opened this issue Oct 24, 2022 · 0 comments
Closed
1 of 2 tasks
Tracked by #7823
Assignees
Labels
C-bug Category: something isn't working

Comments

@yufan022
Copy link
Contributor

yufan022 commented Oct 24, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

Version

v0.8.85

What's Wrong?

image
image
There are 40,000 ss files before execution and 20,000 after execution.
before:
image
after:
image

nohup mysql -uroot -P3307 -h 127.0.0.1 -e "optimize table xx purge;"
cat nohup.out
ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query

How to Reproduce?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@yufan022 yufan022 added the C-bug Category: something isn't working label Oct 24, 2022
@dantengsky dantengsky self-assigned this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants