Skip to content

branch-3.1: [Fix](recycler) Fix possible null pointer when first txn->get() failed #59019 - #59020

Merged
morrySnow merged 2 commits into
apache:branch-3.1from
gavinchou:gavin-fix-scan-and-recycle
Dec 15, 2025
Merged

branch-3.1: [Fix](recycler) Fix possible null pointer when first txn->get() failed #59019#59020
morrySnow merged 2 commits into
apache:branch-3.1from
gavinchou:gavin-fix-scan-and-recycle

Conversation

@gavinchou

Copy link
Copy Markdown
Contributor

fix first txn->get ends up with null pointer
partial pick #59019

@hello-stephen

Copy link
Copy Markdown
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?

@gavinchou

Copy link
Copy Markdown
ContributorAuthor

run buildall

@gavinchou

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

Cloud UT Coverage Report

Increment line coverage 100.00% (2/2) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage81.99% (1266/1544)
Line Coverage65.93% (22728/34473)
Region Coverage67.37% (11324/16809)
Branch Coverage57.15% (5996/10492)

@morrySnow
morrySnow merged commit a5c0a69 into apache:branch-3.1Dec 15, 2025
21 of 22 checks passed
@morrySnowmorrySnow changed the title [Fix](recycler) Fix possible null pointer when first txn->get() failedbranch-3.1: [Fix](recycler) Fix possible null pointer when first txn->get() failed #59019Dec 15, 2025
w41ter pushed a commit to w41ter/incubator-doris that referenced this pull request Dec 26, 2025
seawinde pushed a commit to seawinde/doris that referenced this pull request Jan 30, 2026
…>get() failed apache#59019 (apache#59020)
fix first txn->get ends up with null pointer
partial pick apache#59019
Sign up for freeto 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.

4 participants

@gavinchou@hello-stephen@doris-robot@morrySnow