You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
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)
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
The text was updated successfully, but these errors were encountered: