-
Notifications
You must be signed in to change notification settings - Fork 409
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
Unexpected high file open ops #6345
Labels
Comments
|
The root cause is tiflash/dbms/src/Common/LRUCache.h Lines 143 to 153 in f121236
|
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
We get an unexpected high file open ops after running for a period
BlobStore::getBlobFile
likely go into the miss branchAfter restarted, the file open ops become normal
BlobStore::getBlobFile
go into the hit branch4. What is your TiFlash version? (Required)
v6.4.0
The text was updated successfully, but these errors were encountered: