On 13-01-23 2:01 PM, Pedro Ruivo wrote: > Hi all, > > I was looking in the ApplyDeltaCommand code and I found something > strange. Why is the method getAffectedKeys() returning a singleton > collection with a null key inside?
Yes, this is a bug. It should return s single key where delta map is stored. > > Shouldn't be supposed to return a singleton collection with > deltaAwareValueKey or the keys collection? It should return deltaAwareKey which is equal to key. Regards, Vladimir > > Thanks! > > Cheers > Pedro Ruivo > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
