[grpc-io] Re: gRPC occasionally appears abnormal

2021-06-14 Thread
2021年6月15日星期二 UTC+8 上午11:34:46<李灵韬> 写道: > Caused by: > io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: > > Connection refused: no further information: /127.0.0.1:50051 > Caused by: java.net.ConnectException:

[grpc-io] Re: gRPC occasionally appears abnormal

2021-06-14 Thread
aded.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) > at > io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) > at > io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30

[grpc-io] Re: gRPC occasionally appears abnormal

2021-06-14 Thread
(ThreadExecutorMap.java:74) at io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Unknown Source) 在2021年6月15日星期二 UTC+8 上午10:49:23<李灵韬> 写道: > Do I need to provide more information? > > 在2021年6月15日星期二 UTC+8 上午1

[grpc-io] Re: gRPC occasionally appears abnormal

2021-06-14 Thread
Do I need to provide more information? 在2021年6月15日星期二 UTC+8 上午10:45:28<李灵韬> 写道: > I recently added grpc to my app, but it occasionally reports errors, which > cannot be reproduced stably. > Console output: > java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeExcepti

[grpc-io] gRPC occasionally appears abnormal

2021-06-14 Thread
I recently added grpc to my app, but it occasionally reports errors, which cannot be reproduced stably. Console output: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFutu

[grpc-io] Python: Will it be affected if the Python version is less than 3.5

2021-03-07 Thread
Hello, I want to consult about the Python version. At present, I have successfully run the example in the Python2.7 environment, but the official website example says that it needs 3.5 or more. I don't know if it will be affected by the version issue in the future. I want to confirm whether gRPC