coherence icon indicating copy to clipboard operation
coherence copied to clipboard

Oracle Coherence Community Edition

Results 14 coherence issues
Sort by recently updated
recently updated
newest added

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...

OCA Verified

**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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

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,...

enhancement
25.09

Is there a function to obtain hotkeys implemented

enhancement

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...

RFA

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...

enhancement
25.09

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...

RFA