coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

NamedCaches acquired from CoherenceClusters should automatically failover #363

Closed brianoliver closed 7 years ago

brianoliver commented 8 years ago

As a Coherence developer, when an application request a NamedCache from a CoherenceCluster (which then in turn acquires a NamedCache from a CoherenceClusterMember), should the CoherenceClusterMember supplying the NamedCache be lost/destroyed/close for any reason, the NamedCache becomes unusable. Ideally it should "fail over" to another CoherenceClusterMember provided by the CoherenceCluster.

brianoliver commented 7 years ago

After significant testing, this should be improved to fail over at least the number of cluster members that are available, not forever or just one.