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

[feat]curvefs/metaserver: add delete inode monitor #2822

Merged

Conversation

Cyber-SiKu
Copy link
Contributor

@Cyber-SiKu Cyber-SiKu commented Oct 19, 2023

What problem does this PR solve?

Issue Number: #xxx

Problem Summary:

What is changed and how it works?

What's Changed:

How it Works:

image

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

@Cyber-SiKu Cyber-SiKu force-pushed the feat/curvefs/metaserver_delete_monitor branch from 6b1964a to 1e63a9c Compare October 19, 2023 10:14
@Cyber-SiKu
Copy link
Contributor Author

cicheck

1 similar comment
@Cyber-SiKu
Copy link
Contributor Author

cicheck

@@ -151,6 +166,7 @@ class S3ClientAdaptorImpl : public S3ClientAdaptor {
uint64_t batchSize_;
uint32_t objectPrefix_;
bool enableBatchDelete_;
std::unique_ptr<S3ClientAdaptorMetric> metric_;
Copy link
Contributor

Choose a reason for hiding this comment

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

no need to save metric as a pointer, just S3ClientAdaptorMetric metric_?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no need to save metric as a pointer, just S3ClientAdaptorMetric metric_?

fix

@Cyber-SiKu Cyber-SiKu force-pushed the feat/curvefs/metaserver_delete_monitor branch from 1e63a9c to c61ac70 Compare October 19, 2023 12:30
@Cyber-SiKu
Copy link
Contributor Author

cicheck

3 similar comments
@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu Cyber-SiKu force-pushed the feat/curvefs/metaserver_delete_monitor branch from c61ac70 to 472930d Compare October 23, 2023 01:55
@Cyber-SiKu
Copy link
Contributor Author

cicheck

Signed-off-by: Cyber-SiKu <Cyber-SiKu@outlook.com>
@Cyber-SiKu Cyber-SiKu force-pushed the feat/curvefs/metaserver_delete_monitor branch from 472930d to 21d2d4c Compare October 23, 2023 02:04
@Cyber-SiKu
Copy link
Contributor Author

cicheck

4 similar comments
@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu
Copy link
Contributor Author

cicheck

@Cyber-SiKu Cyber-SiKu merged commit 59c07ec into opencurve:master Oct 23, 2023
5 checks passed
@Cyber-SiKu Cyber-SiKu deleted the feat/curvefs/metaserver_delete_monitor branch October 23, 2023 05:41
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.

None yet

3 participants