vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

Added a dedicated executor to release locks #91

Closed tsegismont closed 4 years ago

tsegismont commented 4 years ago

This avoids worker starvation when lock concurrency is greater than worker pool size.

See eclipse-vertx/vert.x#3126