You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by nikhilknk <ni...@gmail.com> on 2016/05/02 12:38:22 UTC

Re: Affinitykey is not working

Thanks  Alexey . This is working . I have one more question following the
previous .

I have two cache’s in 3 nodes , which saves same sort of data for different
dates (one for current day cache and other for previous day cache) . 

Will all the records having same market sector id will be saved on same node
for both the caches ??




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Affinitykey-is-not-working-tp4685p4727.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Affinitykey is not working

Posted by Alexey Goncharuk <al...@gmail.com>.
Yes, as long as cache configurations have matching affinity configuration
and those caches are deployed on the same nodes - the same affinity keys
will go to the same nodes in any cache.

2016-05-02 3:38 GMT-07:00 nikhilknk <ni...@gmail.com>:

> Thanks  Alexey . This is working . I have one more question following the
> previous .
>
> I have two cache’s in 3 nodes , which saves same sort of data for different
> dates (one for current day cache and other for previous day cache) .
>
> Will all the records having same market sector id will be saved on same
> node
> for both the caches ??
>
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Affinitykey-is-not-working-tp4685p4727.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>