Re: In the case of read-through cache, both Replicated and Partitioned mode are identical?

2018-08-22 Thread Andrey Mashenkov
Hi, CacheStore semantic suppose you will warm-up a cache via calling cache.loadCache(). When you use read-through and forget load cache from back store then it is ok if no backups are updated on read operation. Backups and replicated cache in case of read-through just add some tolerance to

Re: In the case of read-through cache, both Replicated and Partitioned mode are identical?

2018-08-22 Thread Prasad Bhalerao
I am just wondering would you really need backup partitions in case of replicated mode? The whole data is replicated, so I think each node itself is kind of backup for other. On Wed, Aug 22, 2018, 2:41 PM yonggu.lee wrote: > I have a read-through cache backed by a hbase table. I this case, is

In the case of read-through cache, both Replicated and Partitioned mode are identical?

2018-08-22 Thread yonggu.lee
I have a read-through cache backed by a hbase table. I this case, is there no difference between Replicated and Partitioned mode? When I tested, although I set up a Replicated mode, the cache only had Primary, and not Backup part (in web console, monitoring tab) -- Sent from: