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

[Fix](recycler) recycler need index_suffix and inverted index storage format to delete idx file #38306

Merged
merged 4 commits into from
Jul 25, 2024

Conversation

airborne12
Copy link
Member

Proposed changes

Recycler did not correctly delete idx file for inverted index format V2 and variant data type.

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@airborne12
Copy link
Member Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@airborne12 airborne12 requested a review from w41ter July 24, 2024 09:28
@airborne12
Copy link
Member Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@airborne12
Copy link
Member Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@airborne12
Copy link
Member Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jul 25, 2024
Copy link
Contributor

PR approved by at least one committer and no changes requested.

Copy link
Contributor

PR approved by anyone and no changes requested.

@airborne12 airborne12 merged commit 1293912 into apache:master Jul 25, 2024
29 of 30 checks passed
dataroaring pushed a commit that referenced this pull request Jul 31, 2024
… format to delete idx file (#38306)

## Proposed changes

Recycler did not correctly delete idx file for inverted index format V2
and variant data type.
@airborne12 airborne12 removed the doing label Aug 1, 2024
@@ -226,6 +226,8 @@ class InstanceRecycler {

// TODO(plat1ko): Add new accessor to map in runtime for new created storage vaults
std::unordered_map<std::string, std::shared_ptr<StorageVaultAccessor>> accessor_map_;
using InvertedIndexInfo =
Copy link
Contributor

Choose a reason for hiding this comment

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

hide it to .cpp file

airborne12 added a commit that referenced this pull request Dec 4, 2024
Related PR: #38306

Problem Summary:
Non inverted index storage format for old version will cause leaking
recycling idx files.
github-actions bot pushed a commit that referenced this pull request Dec 4, 2024
Related PR: #38306

Problem Summary:
Non inverted index storage format for old version will cause leaking
recycling idx files.
BiteTheDDDDt pushed a commit to BiteTheDDDDt/incubator-doris that referenced this pull request Feb 7, 2025
Related PR: apache#38306

Problem Summary:
Non inverted index storage format for old version will cause leaking
recycling idx files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. dev/3.0.1-merged reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants