etcd4j icon indicating copy to clipboard operation
etcd4j copied to clipboard

EtcdResponsePromise get(), response is not null and no exception happened but throw new IOException

Open shengxuanyi opened this issue 5 years ago • 2 comments

Details please see the pictures below:

20190806-175959

I guess the reason this happened is that the promise is asynchronous, when I debug into the 72 line then the promise object get its value. So here comes a question: anyone know some settings that i am missed to solve this. If no settings for this, whether the waitForPromiseSuccess method can do some improvement to do to prevent this happen?

Fresh one to Etcd4j.

shengxuanyi avatar Aug 06 '19 10:08 shengxuanyi

version is 2.16.0

shengxuanyi avatar Aug 06 '19 11:08 shengxuanyi

I have the same problem

6045789 avatar Aug 08 '19 03:08 6045789