DanielLeens commented on issue #9863:
URL: https://github.com/apache/seatunnel/issues/9863#issuecomment-4569803842

   Thanks for the stack trace and config. From the current report, this does 
not look like a simple usage issue.
   
   The failure is happening in the shared Arrow reader cleanup path:
   - `ArrowToSeatunnelRowReader.readArrow(...)`
   - `ArrowToSeatunnelRowReader.close(...)`
   - `RootAllocator.close(...)`
   
   That is very close to the newer StarRocks source issue #10930, and the open 
fix PR #10931 is currently modifying that same common reader class rather than 
a StarRocks-only path.
   
   So at this point, this Doris issue appears closely related to #10930 instead 
of being an isolated Doris-specific failure.
   
   Please note that this project tracks issues in English. If you add follow-up 
details later, please try to provide them in English so more maintainers can 
review them directly.
   
   For now, the most useful next check will be: once PR #10931 is merged, 
please verify whether a build containing that change also fixes the Doris path. 
If it still reproduces after that, please update this thread with the new stack 
trace and exact build information, because that would mean there is still a 
Doris-specific leak path left.


-- 
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]

Reply via email to