jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

getStoreStats is not working #83

Closed michal-dec closed 7 years ago

michal-dec commented 8 years ago

When I execute etcdClient.getStoreStats() - thread hangs and nothing is returned. Other requests work fine. My setup: etcd4j-2.10.0, Java 1.8_45

jurmous commented 8 years ago

They work here for me with etcd v2.2.5. Which etcd version do you run?

michal-dec commented 8 years ago

I have checked on etcd v2.2.0, v2.2.5 and v2.3. It's seems that client hangs on request getStoreStats(). Thread hangs on listeningPromise.awaitUninterruptibly(); (ResponsePromise.java:189)

lburgazzoli commented 8 years ago

It works for me too, can you check what etcd logs in debug mode ?

lburgazzoli commented 7 years ago

Closed as no feedback