beiwangnull opened a new issue #5349:
URL: https://github.com/apache/skywalking/issues/5349
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
___
### Bug
- Which version of SkyWalking, OS and JRE?
Skywalking 8.0.2 jdk 8
Caused by: java.lang.IllegalStateException: Exit span doesn't include
meaningful peer information.
at
org.apache.skywalking.apm.agent.core.context.TracingContext.inject(TracingContext.java:170)
at
org.apache.skywalking.apm.agent.core.context.TracingContext.inject(TracingContext.java:150)
at
org.apache.skywalking.apm.agent.core.context.ContextManager.inject(ContextManager.java:123)
at
org.apache.skywalking.apm.plugin.grpc.v1.client.TracingClientCall.start(TracingClientCall.java:84)
at io.grpc.stub.ClientCalls.startCall(ClientCalls.java:315)
at io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:287)
at io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:196)
at io.etcd.jetcd.api.KVGrpc$KVFutureStub.range(KVGrpc.java:507)
at io.etcd.jetcd.KVImpl.lambda$get$3(KVImpl.java:112)
at
io.etcd.jetcd.ClientConnectionManager.lambda$execute$4(ClientConnectionManager.java:306)
at
net.jodah.failsafe.Functions.lambda$toCtxSupplier$15(Functions.java:276)
at net.jodah.failsafe.Functions.lambda$getPromise$1(Functions.java:81)
at net.jodah.failsafe.Functions.lambda$null$3(Functions.java:103)
at
net.jodah.failsafe.internal.util.DelegatingScheduler.lambda$schedule$0(DelegatingScheduler.java:141)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
----------------------------------------------------------------
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:
[email protected]