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 2018/10/19 00:36:38 UTC

[GitHub] minlywang edited a comment on issue #320: Saga client Error: Connection reset by peer

minlywang edited a comment on issue #320: Saga client Error: Connection reset by peer
URL: https://github.com/apache/incubator-servicecomb-saga/issues/320#issuecomment-431207850
 
 
   On the serverside a lot of following errors:
   
   ```
   00:21:12.162 [grpc-default-executor-108] ERROR io.grpc.internal.SerializingExecutor - Exception while executing runnable io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed@5224b564
   
   
   io.grpc.StatusRuntimeException: CANCELLED: call already cancelled
   
   
   	at io.grpc.Status.asRuntimeException(Status.java:517) ~[grpc-core-1.14.0.jar!/:1.14.0]
   
   
   	at io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl.onCompleted(ServerCalls.java:356) ~[grpc-stub-1.14.0.jar!/:1.14.0]
   
   
   	at org.apache.servicecomb.saga.alpha.server.tcc.callback.GrpcOmegaTccCallback.disconnect(GrpcOmegaTccCallback.java:50) ~[classes!/:0.3.0-SNAPSHOT]
   
   
   	at org.apache.servicecomb.saga.alpha.server.tcc.GrpcTccEventService.onDisconnected(GrpcTccEventService.java:98) ~[classes!/:0.3.0-SNAPSHOT]
   
   
   	at org.apache.servicecomb.saga.pack.contract.grpc.TccEventServiceGrpc$MethodHandlers.invoke(TccEventServiceGrpc.java:572) ~[pack-contract-grpc-0.3.0-SNAPSHOT.jar!/:0.3.0-SNAPSHOT]
   
   
   	at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:171) ~[grpc-stub-1.14.0.jar!/:1.14.0]
   
   
   	at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:283) ~[grpc-core-1.14.0.jar!/:1.14.0]
   
   
   	at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:707) ~[grpc-core-1.14.0.jar!/:1.14.0]
   
   
   	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) ~[grpc-core-1.14.0.jar!/:1.14.0]
   
   
   	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) ~[grpc-core-1.14.0.jar!/:1.14.0]
   
   
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
   
   
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
   
   
   	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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