-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Enhancement](recycler) Add valid s3 vault config for recycler #47723
base: master
Are you sure you want to change the base?
[Enhancement](recycler) Add valid s3 vault config for recycler #47723
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TeamCity cloud ut coverage result: |
5bb603f
to
e2309c4
Compare
run buildall |
TeamCity cloud ut coverage result: |
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.
request change
run buildall |
run buildall |
TeamCity cloud ut coverage result: |
run cloud_p0 |
run buildall |
TeamCity cloud ut coverage result: |
run cloud_p0 |
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
In the current multi-vault mode, deleting vaults is not allowed. This causes the recycler to still attempt accessing invalid vaults when deleting data, slowing down the deletion process. The HDFS accessor automatically checks the connectivity of vaults during initialization and only initializes connected HDFS vaults. However, S3 does not check if vaults are connected and initializes all vaults, including invalid ones. This PR adds a configuration that allows users to specify valid S3 vaults. If configured, only the endpoints listed in this vector will be initialized when initializing S3 vaults.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)