javafanboy
javafanboy
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,...
Do you have any thoughts on introducing a way to include metadata and other extension points in ChronicleMap allowing it to be used as a cache (i.e. I would like...
Just wanted to check if I have understood the tradeoffs with setting closeOnFlush to true or false for a compression stream. When setting it to true I need to use...
When the first thing I do with the zstd library (using JDK 21 running on Windows 10) is to create a dictionary I get the following exception: java.lang.ExceptionInInitializerError:: Cannot unpack...
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...
In order to implement digest calculation of all binary data in a partitioned cache I started looking at the streaming aggregator and I found some aspects of it very suitable...