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
Describe the bug
Jetcd-core-0.7. X changes grpc to vertx, which results in the change from multi-thread to single-thread operation such as add-delete read-write monitor which involves jetcd, it is easy to cause a single-thread exception jam, resulting in process pending.
This problem was occured in multi-thread environment, here are numerous scenarios in my project that involve reading from and writing to etcd. I guess it related to change grpc to vertx.
Versions
Describe the bug
Jetcd-core-0.7. X changes grpc to vertx, which results in the change from multi-thread to single-thread operation such as add-delete read-write monitor which involves jetcd, it is easy to cause a single-thread exception jam, resulting in process pending.
To Reproduce
Expected behavior
Code "kvClient().get(EtcdUtils.from(key), option).get();" should return value.
Additional context
What should i do ?
The text was updated successfully, but these errors were encountered: