What are isolation levels?

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1620

This topic has not yet been written. The content below is from the topic description.
Isolation levels Infinispan offers two isolation levels - READ_COMMITTED (the default) and REPEATABLE_READ, configurable via the configuration element.  These isolation levels determine when readers see a concurrent write, and are implemented using different subclasses of MVCCEntry, which have different behavior in how state is committed back to the data container.