vert-x3 / vertx-ignite

Apache License 2.0
35 stars 28 forks source link

Remove risk of potential distributed deadlock when removing set of subscriptions #102

Closed zyclonite closed 3 years ago

zyclonite commented 3 years ago

Motivation:

The ignite recommendation is to use a sorted Set like a TreeSet when using removeAll on a cache

ref: https://issues.apache.org/jira/browse/IGNITE-12365