airborne12 opened a new pull request, #65687:
URL: https://github.com/apache/doris/pull/65687

   ### What problem does this PR solve?
   
   Cherry-pick #63138 to branch-4.1.
   
   Issue Number: DORIS-25499
   
   Problem Summary:
   query_v2 search collection can drive segment iteration from 
`readers.front()` while leaf scorers resolve CLucene readers from 
`reader_bindings` or `field_reader_bindings`. If the actual leaf reader remains 
a multi-segment reader, `SegmentPostings` calls `TermDocs::readBlock()`, which 
CLucene does not support for multi-segment readers and can abort BE.
   
   ### Release note
   
   None


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to