Skip to content

branch-4.0: [fix](filecache) avoid SIGSEGV in background LRU update when clear cache #60533#61444

Open
github-actions[bot] wants to merge 1 commit intobranch-4.0from
auto-pick-60533-branch-4.0
Open

branch-4.0: [fix](filecache) avoid SIGSEGV in background LRU update when clear cache #60533#61444
github-actions[bot] wants to merge 1 commit intobranch-4.0from
auto-pick-60533-branch-4.0

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #60533

…che (#60533)

The background LRU update thread
(BlockFileCache::run_background_block_lru_update) uses cell which is a
raw pointer owned by the cache’s internal _files map and may be unset
during clearing cache.
@github-actions github-actions bot requested a review from yiguolei as a code owner March 17, 2026 17:59
@hello-stephen
Copy link
Contributor

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

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Mar 17, 2026
@hello-stephen
Copy link
Contributor

run buildall

@github-actions
Copy link
Contributor Author

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

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Mar 18, 2026
@github-actions
Copy link
Contributor Author

PR approved by anyone and no changes requested.

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. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants