caiconghui opened a new issue #3949: URL: https://github.com/apache/incubator-doris/issues/3949
When stream load request is blocked on get db lock lock, client may cancel request because of rpc timeout and retry. But stream load request in fe cannot be canceled in time, it will continue to execute the following opertion after getting db lock although the rpc request is timeout and client has abandoned it. Occasionally, we find the number of threads in fe skyrocket because of too many rpc timeout stream load request, and finally fe core. There are two ways to solve this problem. one way is to reduce the competition of getting lock, and another way is to cancel request in time when stream load request is rpc_timeout ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
