]
Pedro Ruivo updated ISPN-5370:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Make clear() non-transactional and lock free
--------------------------------------------
Key: ISPN-5370
URL:
https://issues.jboss.org/browse/ISPN-5370
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
New semantic for clear:
* assumes no concurrent operation while the command is in progress
* Lock free (avoids any issues with stop-the-word or deadlocks)
* non-transactional (it does not interact with current running or others transactions)