Chronicle-Map
Chronicle-Map copied to clipboard
Replicate your Key Value Store across your network, with consistency, persistance and performance.
Hi, I am getting the below error sometimes, when i am trying to add about 1.5 million objects in the map using about 20 threads. each thread fetches a list...
OldDeletedEntriesCleanupThread: ``` @Override public void run() { throwExceptionIfClosed(); if (System.currentTimeMillis() - startTime < 1_000) return; // cleanup thread stops after this return while (!shutdown) { // do cleanup in loop...
I created two maps. One is `ChronicleMap` and another one is `ChronicleMap`. There's also a custom marshaller for `CustomData` that writes 0 bytes effectively creating a set from a map....
The flag added in the PR [184](https://github.com/OpenHFT/Chronicle-Map/pull/184) does not survive close/open. When opening an existing file it uses the default value from the map unmarshaller. I found it quite confusing...
msync is not working on mac ``` java.lang.UnsatisfiedLinkError: /Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp: dlopen(/Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp, 1): no suitable image found. Did find: /Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp: no matching architecture in universal wrapper /Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp: no matching architecture in universal...
see http://teamcity.higherfrequencytrading.com:8111/repository/download/OpenHFT_ReleaseJob_ReleaseByArtifact/255301:id/ReleaseAutomation/projects/chronicle-map-runTests-1527068168717.log
Bumps [third-party-bom](https://github.com/OpenHFT/OpenHFT) from 3.22.3 to 3.22.4. Commits afb2550 [maven-release-plugin] prepare release third-party-bom-3.22.4 82ddd96 Bump Wire for ValueIn#isPresent() 090b577 Add chronicle-market-data-distributor test-jar 1e46ef6 Merge remote-tracking branch 'origin/ea' into develop e28a32f Updating...
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.11.0 to 2.12.0. Release notes Sourced from versions-maven-plugin's releases. 2.12.0 Changes 🚀 New features and improvements Amended #258: Adding plugin and plugin management dependency includes/excludes (#669) @ajarmoniuk...
I don't understand why the following doesn't use `Files.getFileStore(this.file.toPath())`. This retrieves the overlay correctly but the current implementation doesn't, which prevents the creation of a persisted chronicle map. https://github.com/OpenHFT/Chronicle-Map/blob/79e6e29ebe15a7a72302310738298ac8fabec840/src/main/java/net/openhft/chronicle/hash/impl/VanillaChronicleHash.java#L1100-L1113
Issue : net.openhft.chronicle.values.ImplGenerationFailedException: java.lang.ClassNotFoundException: net.openhft.chronicle.hash.VanillaGlobalMutableState$$Native Using Open JDK 17 and a SpringBoot based application The issue still persists in the latest version of Chronicle Map and Chronicle Values: Moving back...