Skip to content

Cluster managers discrepancies

Thomas Segismont edited this page Jan 25, 2018 · 3 revisions

AsyncMap

Timeout not cleared if put is invoked on an existing key

When you put data in a shared map with a timeout, the binding should disappear after some time. But if you invoke put again before that, without a timeout, the new value should stay indefinitely.

So far, only the Infinispan and Ignite cluster manager do not fail to do this.

Clone this wiki locally