Hi Val,

I did the same and seems join is not providing all the cache entries.

Person cache -> AffinityKey(personId, equivalentid)
PersonDetail cache -> AffinityKey(detailId, equivalentid)

both caches joined on equivalentId and collated is set to true in jdbc url.
Did I miss anything ?

i see others also facing the similar issue [1]

1.
http://apache-ignite-users.70518.x6.nabble.com/Re-Afinity-Key-td9774.html#a9794

Thanks



On 27 December 2016 at 23:39, vkulichenko <[email protected]>
wrote:

> Anil,
>
> This will work. There is only one rule - everything with the same affinity
> key value will be mapped to the same partition, and therefore will reside
> on
> the same node.
>
> -Val
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Affinity-tp9744p9757.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to