Chronicle-Map
Chronicle-Map copied to clipboard
Replicate your Key Value Store across your network, with consistency, persistance and performance.
To reproduce run Java 8 build in CI.
HI, We are migrating our application to JRE 11 from JRE 8. we are using 3.23.5 version of chronicle map. Application is shutting down while starting. Below is the error...
From `VanillaChronicleHash` ``` java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to acquire the lock ``` I've been seeing this exception occasionally when using chronicle map. From the previous issues (https://github.com/OpenHFT/Chronicle-Map/issues/376) the problem was thought...
There is some potential misinformation in an example from the tutorial titled ["Working with an entry within a context"](https://github.com/OpenHFT/Chronicle-Map/blob/ea/docs/CM_Tutorial.adoc#working-with-an-entry-within-a-context) The example has this line of code and proceeding comment: ```...
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.14.2 to 2.15.0. Release notes Sourced from versions-maven-plugin's releases. 2.15.0 Changes 🚀 New features and improvements Fixes mojohaus#123: add scope filtering (#915) @vboulaye Resolves #880: add information...
An error arose while attempting to utilize Chronicle Map as a client. The process involves generating Chronicle Map while configuring JVM parameters as "-Duser.language=tr -Dfile.encoding=UTF-8". During the build process, the...
In my use case my Map will contain a Map for both keys and values. I have run into a weird case where I found two maps that are equal...