Hi, in transactional mode with repeatable reads, the read entry is stored in the context, even if it is null (iiuc). However, in TxDistributionInterceptor.visitGetKeyValueCommand the valueIsMissing() is checked which returns true if entry.isNull() (in RepeatableReadEntry this is implemented as value == null). Therefore, null reads are not repeatable.
Any reason for that? Radim -- Radim Vansa <[email protected]> JBoss Performance Team _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
