Skip to content

branch-4.0: [bugfix](arrowflight) should call done run in on_xxx method to make work in async mode #60282 - #60325

Merged
yiguolei merged 1 commit into
branch-4.0from
auto-pick-60282-branch-4.0
Jan 29, 2026
Merged

branch-4.0: [bugfix](arrowflight) should call done run in on_xxx method to make work in async mode #60282#60325
yiguolei merged 1 commit into
branch-4.0from
auto-pick-60282-branch-4.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #60282

…ork in async mode (#60282)
there is a logic similar to our FE fetching data from the BE: if the
data is not available, it will be added to a waiting queue. Once added
to the waiting queue, the guard will invoke the run method
automatically.
At this point, the data received by the client is actually undefined,
yet the status of this undefined value is unexpectedly ok. As a result,
the program attempts to read the block value, leading to a dirty read.
@Thearas

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?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@yiguolei

Copy link
Copy Markdown
Contributor

skip buildall

@yiguolei
yiguolei merged commit bd26a7c into branch-4.0Jan 29, 2026
27 of 29 checks passed
@github-actions
github-actionsBot deleted the auto-pick-60282-branch-4.0 branch January 29, 2026 01:35
@doris-robot

Copy link
Copy Markdown

BE UT Coverage Report

Increment line coverage 80.00% (4/5) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage52.76% (18918/35854)
Line Coverage35.87% (175728/489863)
Region Coverage32.48% (135920/418470)
Branch Coverage33.37% (58952/176639)

ybtsdst pushed a commit to ybtsdst/doris that referenced this pull request Feb 27, 2026
…od to make work in async mode apache#60282 (apache#60325)
Cherry-picked from apache#60282
Co-authored-by: yiguolei <guolei@selectdb.com>
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

@Thearas@yiguolei@doris-robot@dataroaring