You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/25 11:07:11 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #3949: Many stream load requests are rpc timeout cause number of threads in fe skyrocket and finally cause fe core

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:
users@infra.apache.org



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


[GitHub] [incubator-doris] caiconghui closed issue #3949: Many stream load requests are rpc timeout cause number of threads in fe skyrocket and finally cause fe core

Posted by GitBox <gi...@apache.org>.
caiconghui closed issue #3949:
URL: https://github.com/apache/incubator-doris/issues/3949


   


----------------------------------------------------------------
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:
users@infra.apache.org



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