[infinispan-dev] Repeatable read nulls
    Radim Vansa 
    rvansa at redhat.com
       
    Mon Jan 25 05:57:53 EST 2016
    
    
  
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 <rvansa at redhat.com>
JBoss Performance Team
    
    
More information about the infinispan-dev
mailing list