caiconghui edited a comment on issue #5021:
URL: 
https://github.com/apache/incubator-doris/issues/5021#issuecomment-745080077


   > +1. But I think we still need to deep into this issue: Why http heartbeat 
will timeout.
   
   @kangkaisen 
   netty use reactor model, some connection would be binded to one NioEventLoop 
thread, if some business logic wasting to much time, it will affect other 
requeset, and now doris process all business logic in io thread(NioEventLoop)
   
   some http url may cause slow reponse,  like 
/api/show_proc?path=/transactions/29327,  this url sometimes may get result 
slowly.


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