xingyingone commented on issue #27671:
URL: https://github.com/apache/doris/issues/27671#issuecomment-1829244343

   一些线索:
   1. 在故障前,在执行高并发stream load导入操作。100个线程池,每个线程池100个线程,即最高1w并发,实际上应该有几百导入并发
   2. be stack中,http server的线程池一直在等stream load结束,所以阻塞了
   
![image](https://github.com/apache/doris/assets/16775757/d1426cd1-7090-4e40-b9ad-38a64d173243)
   对应代码:
   
![image](https://github.com/apache/doris/assets/16775757/a6e08956-f02e-4055-8bbd-93adc73f8d14)
   3. stream load任务貌似阻塞了
   
![image](https://github.com/apache/doris/assets/16775757/f6a28f6c-1280-48cd-911f-8294c2277cbf)
   对应代码:
   
![image](https://github.com/apache/doris/assets/16775757/940b18f4-b720-457b-8be5-42729da5db34)
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to