etcd-io / jetcd

etcd java client
Apache License 2.0
1.11k stars 316 forks source link

An error is reported when a service with two nodes is deployed in k8s and pulls data from a single etcd #1384

Open tongpeng01 opened 3 months ago

tongpeng01 commented 3 months ago

"java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Exit span doesn't include meaningful peer information.\n\tat java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)\n\tat java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)\n\tat com.kl.energy.simulation.service.grpc.EtcdService

liangyuanpeng commented 3 months ago

provide more message would be great, like etcd version, and then how can reproduce it.

tongpeng01 commented 3 months ago

jetcd version is 0.7.7. The reason for this is: Two nodes of a jetcd service were deployed in k8s to pull data from etcd, resulting in the following error: "java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Exit span doesn't include meaningful peer information.\n\tat java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)\n\tat java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)\n\tat com.kl.energy.simulation.service.grpc.EtcdService.

liangyuanpeng commented 3 months ago

Seems like this is SkyWalking problem or your com.kl.energy.simulation.service.grpc.EtcdService problem, and not jetcd side.you need to research into it.

tongpeng01 commented 3 months ago

thanks ,You're right,The impact of skyworking

liangyuanpeng commented 3 months ago

@tongpeng01 so this is resolved? could you help to close the issue? thank you.

lburgazzoli commented 3 months ago

@liangyuanpeng @tongpeng01 is this still an issue ?

liangyuanpeng commented 3 months ago

is this still an issue ?

I thinks this is can be closed.