morningman opened a new issue #2140: Routine Load job dead lock
URL: https://github.com/apache/incubator-doris/issues/2140
 
 
   **Describe the bug**
   the write lock of routine load is held by a thrift connection thread and not 
being released.
   So other thread try to get the lock will be blocked.
   
   I still can't find which thread is holding the lock. Currently, it seems 
that the RPC from BE
   to FE timeout and the connection is disconnected abnormally. But not sure 
this is the reason
   of this dead lock.

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


With regards,
Apache Git Services

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

Reply via email to