Skip to content

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

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

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

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 18:00
@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

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