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

   pick (#38255)
   
   We meet OOM when using single stream multi table
   
   
![image](https://github.com/user-attachments/assets/748e9914-d591-4f41-8b28-412d3cecc841)
   
   It exist memory leak, and heap profile like:
   
   
![image](https://github.com/user-attachments/assets/af30c593-88ea-44f6-bba1-82436b13f99f)
   
   The stream load context will not release in some exception conditions as 
plan failed for high concurrency causing timeout when obtaining read lock. It 
is introduced by https://github.com/apache/doris/pull/35458
   
   The solution effect is shown in the following figure, which can run stably 
with a small amount of memory
   
   
![image](https://github.com/user-attachments/assets/4483e0a5-6c0c-4cdc-b8ed-3408da6a86b2)
   
   


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