Chronicle-Map icon indicating copy to clipboard operation
Chronicle-Map copied to clipboard

Replicate your Key Value Store across your network, with consistency, persistance and performance.

Results 41 Chronicle-Map issues
Sort by recently updated
recently updated
newest added

Documentation says that exceeding estimated size will cause rehashing; in practice it crashes like this if you exceed the estimate by more than a little This is 3.25ea6 ``` Caused...

review

Closes https://github.com/OpenHFT/Chronicle-Map/issues/310

When trying to create a new `ChronicleMap` within a Ubuntu 22.04 docker container (and on bare metal Fedora 38, 39) we are seeing this IOException: ``` Caused by: java.io.IOException: posix_fallocate()...

Hi, We're experimenting with Chronicle-Map and we're experiencing some odd inconsistent behavior on service startup (where Chronicle-Map is instantiated). It appears that most of our "important" threads are experiencing huge...

chronicle-map version 3.27ea0 jna version 5.16.0 This is characteristic only if a custom serializer is present! After the Map is created, the process writes the data and closes the Map....

Hi, The jnr-a64asm package is not being updated since 2018, are there any plans to maybe create in-house or remove its dependency? Thanks

I am using persisted ChronicleMap to store order requests. once in a while I get ConcurrentModificationException while calling put method. Stacktrace shows put method is calling iterator over Treemap, where...

Hi team: I can compile `Chronicle Map 3.25.9` and it has been successfully compiled. ``` [INFO] Scanning for projects... [INFO] [INFO] ---------------------< net.openhft:chronicle-map >---------------------- [INFO] Building OpenHFT/Chronicle-Map 3.25.9 [INFO] from...