coherence
coherence copied to clipboard
Oracle Coherence Community Edition
Fix the calculation based on what @aseovic explained to me over slack. I had mistakenly thought this was to change the base unit of the entry's weight, e.g. from bytes...
**Describe the bug** `CaffeineCache` calculates the "weight" of individual entries at insertion time, using `weigh` function: ```java private int weigh(Object oKey, Object oValue) { int cUnits = m_unitCalculator.calculateUnits(oKey, oValue); if...
Followed description of using POF annotations to leverage generation of Portable Object code for application in ce22.06 guide for key association. Excerpt from Key Associator guide: > Both` of the...
Today there is (according to answer to a previous question) no way for a storage enabled cluster member to signal that it intends to leave the cluster and stigger re-balancing...
in particular in cloud environment (with typically 3 AZs that one at a time may experience large scale events or failures) or other situations with few large racks that one...
As described already in discussion section it may for various reasons (work around to allow scale down while maintaining HA, mirror typical HA setup of cloud providers with 3 AZs,...
Is there a function to obtain hotkeys implemented
We are getting quite frequent warnings in our Coherence log on storage enabled nodes mentioning "initiating connection migration with tmb" and I would like some info about what it means...
If you don't specify a value for "low-units" (or specify 0) the value used is today calculated as 0.75 * high-units. It would be very nice to be able to...
The documentation describes quite clearly how to run processors of different kinds for a specific key, for all keys or for each cache node but what about if I want...