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

[opt] curvefs: Change the confusing configuration name #2647

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

201341
Copy link
Contributor

@201341 201341 commented Jul 25, 2023

What problem does this PR solve?

Issue Number: #2597

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

Signed-off-by: swj <1186093704@qq.com>
@201341
Copy link
Contributor Author

201341 commented Jul 25, 2023

cicheck

@201341 201341 requested a review from wuhongsong July 26, 2023 10:09
@wuhongsong
Copy link
Contributor

@Ziy1-Tan PTAL?

@Ziy1-Tan Ziy1-Tan self-requested a review August 1, 2023 13:15
@201341
Copy link
Contributor Author

201341 commented Aug 4, 2023

@wuhongsong PTAL?

@wuhongsong wuhongsong merged commit 9d48ce9 into opencurve:master Aug 4, 2023
1 check passed
@@ -136,8 +136,8 @@ void Metaserver::InitLocalFileSystem() {
void InitS3Option(const std::shared_ptr<Configuration>& conf,
S3ClientAdaptorOption* s3Opt) {
LOG_IF(FATAL, !conf->GetUInt64Value("s3.batchsize", &s3Opt->batchSize));
LOG_IF(FATAL, !conf->GetBoolValue("s3.enableDeleteObjects",
&s3Opt->enableDeleteObjects));
LOG_IF(FATAL, !conf->GetBoolValue("s3.enableBatchDelete",
Copy link
Contributor

Choose a reason for hiding this comment

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

need forward compatibility, can you fix it later?
#2671

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.

3 participants