I've read ehcache documentation and knows that all the data in distributed cache are distributed across all the nodes. That mean none of the node have all the cache data. So what happened when one of the node dead? The cache objects on that dead node are gone?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Except if you use Terracotta as a clustering mechanism, all other ones would mean: all the data only present on the node that fails is lost. Using Terracotta clustering, the data is "owned" by a Terracotta Server stripe, which can be backed up passive standby for HA. In such setups, data is never lost. |
|||
|
|