Uh oh!
There was an error while loading. Please reload this page.
branch-4.1:[fix](storage) fix IOContext Use-After-Free (#59947) - #62241
Conversation
Thearas
commented
Apr 8, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
freemandealer
commented
Apr 8, 2026
run buildall |
use shared_ptr instead of raw pointer to manage lifespan of ioctx in storage layer. Signed-off-by: zhengyu <zhangzhengyu@selectdb.com> (cherry picked from commit b6e8f69)
8bbc905 to
d324b65CompareSigned-off-by: zhengyu <zhangzhengyu@selectdb.com>
freemandealer
commented
Apr 23, 2026
run buildall |
hello-stephen
commented
Apr 23, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Apr 23, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
freemandealer
commented
Apr 23, 2026
run p0 |
hello-stephen
commented
Apr 23, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
freemandealer
commented
Apr 23, 2026
run p0 |
hello-stephen
commented
Apr 23, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
### What problem does this PR solve? Introduced by #62241 None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
Backport of #59947 to branch-4.1.
Original PR: #59947
No compile/test run for this pick.