nextdreamblue opened a new issue, #29606: URL: https://github.com/apache/doris/issues/29606
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master/2.0/1.2 ### What's Wrong?   1.2和master上,如果通过/api/query 来执行一个长认为,然后同时过来多个话,超过2个的就会被ThreadPoolExecutor给拒绝,  然后目前使用的拒绝策略是自定义的这个,增加日志和计数,但是没有抛出异常或取消任务  就导致这个地方的future.get()一直死等,最终导致整个http server的处理能力都被hang住了,导致最终http服务啥都不干了,且只能重启恢复正常 ### What You Expected? http service ok ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
