-
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" th…
-
I'm getting the following exception thrown on my Xeon servers when I run any version of the windows code. Latest Java version also installed.
Any help would be most appreciated.
Ouch: thread Has…
-
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 by: java.lang…
-
```
java.lang.IllegalStateException: net.openhft.chronicle.decentred.remote.rpc.RPCServer component which is not thread safes used by Thread[main,5,main] and Thread[main/test-1,1,main]
at net.openh…
-
Due to issue https://github.com/OpenHFT/Chronicle-Core/issues/73 , opengrok doesn't pass self-tests on architectures where memory accesses must be size-aligned. It probably doesn't work in production…
-
From `VanillaChronicleHash`
```
java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to acquire the lock
```
I've been seeing this exception occasionally when using chronicle…
-
Hi,
While building project using command mvn install, I am getting following errors:
I am new to java, so I can miss very obvious thing, please help me resolve.
_[ERROR] Failed to execute go…
-
We are experiencing issues when using SharedHashMap (collections-3.2.1) on Windows OS. Under certain circumstances the whole JVM crashes after inserting 10M items into the map. Following code can be u…
-
Hi,
I have download the 0.6.6 java 8 api files, and wrote this one line java main class which I took from the documentation example
package test2;
import java.util.Map;
import net.openhft.koloboke…
-
Reproducible steps:
- 1.Environment setup: Maven 3.6.0 and Java 1.8.0_292
- 2.clone the repo
```
git clone https://github.com/OpenHFT/Chronicle-Wire
cd Chronicle-Wire
```
- 3.run with Nondex t…