Closed sheinbergon closed 7 years ago
Is still happening ? If yes, any chance to have a test case so I can look @ it ?
@lburgazzoli don't know , will try and check against snapshot next week and I'll let you know
etcd4j 2.13.0 has been released, do you mind testing against this ?
@lburgazzoli Sure. I'll test in the next couple of days and let you know
Hi
Due to a configuration issue back at our we tried to connect to an invalid etcd port and watch a directory. In such a scenario , the class
EtcdResponsePromise
get
method creates what will eventually become a stack overflow :Basically
waitForPromiseSuccess
returnsfalse
andget
is called again . The external watchRequest is never notified of error due to the way your underlying code , and were are left with ever increasing stack for the threads in questionActual output from a threaddump running on my machine