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

curvefs/client: fix waitIntervalSec_ is not init #1248

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

baijiaruo
Copy link

What problem does this PR solve?

Issue Number: close #1226

Problem Summary:

What is changed and how it works?

What's Changed:

How it Works:

Side effects(Breaking backward compatibility? Performance regression?):

Check List

  • Relevant documentation/comments is changed or added
  • I acknowledge that all my contributions will be made under the project's license

@baijiaruo
Copy link
Author

recheck

3 similar comments
@baijiaruo
Copy link
Author

recheck

@baijiaruo
Copy link
Author

recheck

@baijiaruo
Copy link
Author

recheck

@@ -61,6 +61,7 @@ S3ClientAdaptorImpl::Init(
inodeManager_ = inodeManager;
mdsClient_ = mdsClient;
fsCacheManager_ = fsCacheManager;
waitIntervalSec_.Init(option.intervalSec * 1000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why waitIntervalSec_ need option.intervalSec * 1000?

@baijiaruo baijiaruo force-pushed the curvefs_hy_master2 branch from 200d024 to 9b1c60b Compare April 8, 2022 02:25
@ilixiaocui ilixiaocui merged commit 5107c09 into opencurve:master Apr 8, 2022
@baijiaruo baijiaruo deleted the curvefs_hy_master2 branch April 11, 2022 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

s3 adaptor unit test optimization
4 participants