Luca Burgazzoli
Luca Burgazzoli
same here
maybe we just need a CopyOnWriteList instead of the lock/unlock
yep it could, do you mind sending a pr to fix it ?
getDir adds an additional attribute to the request, see: - https://github.com/jurmous/etcd4j/blob/master/src/main/java/mousio/etcd4j/EtcdClient.java#L286 - https://github.com/jurmous/etcd4j/blob/master/src/main/java/mousio/etcd4j/requests/EtcdKeyGetRequest.java#L90
it was supposed to work, which etcd version? On Wed, 19 Sep 2018 at 13:08, neilcheng wrote: > thanks for your quick response @lburgazzoli > . but I found this...
which etcd version ?
@summershrimp I've just added a small test which works on my side, are you able to provide a reproducer ?
@summershrimp which version of jackson are you using ? etcd4j requires jackson > 2.8
@viacheslav-fomin-main @summershrimp are you able to provide a reproducer ? There is a small [test](https://github.com/jurmous/etcd4j/blob/master/src/test/java/mousio/etcd4j/TestFunctionality.java#L273-L292) about recursive usage which is ok so I'm unable to reproduce your issue. Please check...
@lujiajing1126 do you have jackson 2.8.x in your classpath ?