-
Notifications
You must be signed in to change notification settings - Fork 527
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: remove unused setting fuseMaxSize #2497
Conversation
cicheck |
8a2d3c1
to
0533eab
Compare
cicheck |
2 similar comments
cicheck |
cicheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx, LGTM!
fsCacheManager_->DataCacheByteDec(length); | ||
if (s3Metric_.get() != nullptr) { | ||
CollectMetrics(&s3Metric_->adaptorWrite, ret, start); | ||
s3Metric_->writeSize.set_value(length); | ||
} | ||
VLOG(6) << "write end inodeId:" << inodeId << ",ret:" << ret | ||
<< ", pendingReq_ is: " << pendingReq_; | ||
VLOG(6) << "write end inodeId:" << inodeId << ",ret:" << ret; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VLOG(6) << "write end inodeId: " << inodeId << ", ret: " << ret;
add some whitespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Signed-off-by: Ziy1-Tan <[email protected]>
0533eab
to
ad35d10
Compare
cicheck |
1 similar comment
cicheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What problem does this PR solve?
Depends on: #2492
Problem Summary: after that, fuseMaxSize is not needed anymore
What is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List