You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/04/09 23:42:49 UTC

[GitHub] [servicecomb-pack] WillemJiang commented on issue #649: omega端线程等待

WillemJiang commented on issue #649: omega端线程等待
URL: https://github.com/apache/servicecomb-pack/issues/649#issuecomment-611804769
 
 
   看了一下stack trace,这个看起来像是 TxEventServiceBlockingStub. 在等待消息应答。
   
   ```
   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   at io.grpc.stub.ClientCalls$ThreadlessExecutor.waitAndDrain(ClientCalls.java:629)
   at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:123)
   at org.apache.servicecomb.pack.contract.grpc.TxEventServiceGrpc$TxEventServiceBlockingStub.onTxEvent(TxEventServiceGrpc.java:273)
   
   ```
   因为TxEventServiceBlockingStub是一个同步调用, 是需要等待Alpha的回复的消息。 建议检查一下Alpha运行的情况,看看Alpha是否还在工作。 
   
   

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


With regards,
Apache Git Services