-
Notifications
You must be signed in to change notification settings - Fork 526
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
curvefs/client: optimize DiskCacheManager::UmountDiskCache() #2252
Conversation
cicheck |
dcd8d66
to
a5f0794
Compare
cicheck |
there has two goals of UploadAllCacheWriteFile: |
cicheck |
a83f32d
to
0580a41
Compare
cicheck |
1 similar comment
cicheck |
cicheck |
cc @wuhongsong |
LGTM, good job |
@ilixiaocui Hi! would you mind to take a look? |
okay! |
cicheck |
Signed-off-by: Ziy1-Tan <ajb459684460@gmail.com>
cicheck |
@wuhongsong Is it okay to review the new plan? |
LGTM |
@ilixiaocui mind take a look? |
LGTM! |
What problem does this PR solve?
Issue Number: #1669
Problem Summary:
don't need to call
UploadAllCacheWriteFile()
twiceWhat is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List