hello,
i have two mp/r clusters, 1 in each region (dc1 and dc2) and they are in the same planet. what we are seeing is that the a proxy creates a cache in dc1, that cache is not available in dc2. i checked the cassandra ring is available in both dc1 and dc2. i thought if the mp creates cache in dc1 and the cache is eventually persisted in casandra. and when the mp in dc2 tries to retrieve the cache and cannot find it in memory, it would look into cassandra. but this is not the case.
what does it take so that the mp in dc1 creates a cache the mp in dc2 can immediately retrieve it?
thx