Chronicle-Map
Chronicle-Map copied to clipboard
Replicate your Key Value Store across your network, with consistency, persistance and performance.
``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at net.openhft.chronicle.map.ExitHookTest.testExitHook(ExitHookTest.java:138) ```
Bumps [jsonassert](https://github.com/skyscreamer/JSONassert) from 1.5.0 to 1.5.1. Release notes Sourced from jsonassert's releases. JSONassert 1.5.1 Version 1.5.1 - 7/4/2022 Going to try to catch up on some ancient PRs, mainly around...
@foroughgoudarzi please add a description
``` java.lang.IllegalArgumentException: _firstFreeTierIndex should be in [0, 1099511627775] range, 1696615168607488 is given at net.openhft.chronicle.hash.VanillaGlobalMutableState$$Native.setFirstFreeTierIndex(VanillaGlobalMutableState$$Native.java:40) at net.openhft.chronicle.hash.impl.VanillaChronicleHash.allocateTier(VanillaChronicleHash.java:903) at net.openhft.chronicle.map.impl.CompiledMapQueryContext.nextTier(CompiledMapQueryContext.java:3115) at net.openhft.chronicle.map.impl.CompiledMapQueryContext.alloc(CompiledMapQueryContext.java:3476) at net.openhft.chronicle.map.impl.CompiledMapQueryContext.initEntryAndKey(CompiledMapQueryContext.java:3494) at net.openhft.chronicle.map.impl.CompiledMapQueryContext.putEntry(CompiledMapQueryContext.java:3987) at net.openhft.chronicle.map.impl.CompiledMapQueryContext.doInsert(CompiledMapQueryContext.java:4176) at net.openhft.chronicle.map.MapEntryOperations.insert(MapEntryOperations.java:153) at net.openhft.chronicle.map.impl.CompiledMapQueryContext.insert(CompiledMapQueryContext.java:4099)...
Hi, I have stumbled upon a small microservice which is using `chronicle-map 2.4.11`, but it does not work when upgrading to `Java 11` from `Java 8`. `chronicle-map 3.17.8`works just fine...
does ChronicleMap have the ability to overwrite when data is full? or can it has time-to-live, that when the time exceeds that value removes from entries? ```java this.requestIdLog = ChronicleMap.of(String.class,...
Chronicle Map Versions I used - 3.22ea6 / 3.22ea5 / 3.21.86 I am trying to delete few unnecessary entries and add new entries. But the Chronicle Map throws Exception even...
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...
`[ERROR] /home/teamcity/agents/dev11b/work/39269a5b52212c57/target/generated-sources/annotations/net/openhft/chronicle/map/impl/CompiledMapQueryContext.java:[21,35] expected` Not at all clear why this happens