How to start a cluster without cluster aware cache schemes but only with local cache schemes?
(Doc ID 2156457.1)
Last updated on OCTOBER 25, 2024
Applies to:
Oracle Coherence - Version 3.7.0 and laterInformation in this document applies to any platform.
Goal
Our need is to have an external (external to Weblogic JVM) local cache. But the current implementation is having a set of coherence cache servers and those are in cluster using distributed cache scheme, that replicates data across the cluster. As a result customer is getting a lot of communication delay errors in logs, with other members of coherence cluster. Customer is also working towards increasing the switch buffer to counter this, but customer ideally doesn't need the replication for their use case.
Please advice on how to convert this to local cache.
1. Can we just make a non-clustered coherence cache? is it possible?
2. OR Can we use Quorum to stop replicating the cache units?
3. Can We use near cache scheme, what is best?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |