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/10/30 03:03:20 UTC

[GitHub] [incubator-doris] francisoliverlee commented on issue #4824: [fe bug] query information_schema.tables cost 7s, even more

francisoliverlee commented on issue #4824:
URL: https://github.com/apache/incubator-doris/issues/4824#issuecomment-719142181


   after some check, it's known to us how this happened.
   ## 1 how to exec the sql between fe and be
   ```
   we user  --------> fe --------------> be --------------------------------------------------------> fe
                     sql           sql plan                            rpc call to get information_schema data from fe
   ```
   when socket between FE and BE for rpc call timeout and BE calling fe, FE would send TCP RST command to BE, BE would retry ( after 1s in default, can be configed for thrift_client_retry_interval_ms ). 
   
   the retry is the COST.
   


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