-
When included as JBoss Module I get the following from Chronicle Map?
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt…
-
Regarding this commit: https://github.com/OpenHFT/Chronicle-Map/commit/79c7701a52058361150f7d2e7139cbd0d4211a9f, @RobAustin there was a reason why the code was written the way it was - it's that durin…
-
I am using chronicle map in order to save data from the database into chronicle map files.
I notice that each time there is a lot of new information in the database, the synchronization of this infor…
-
When using the ExternalMapQueryContext programming model we see unnecessary object allocations.
**Implicit List Iterator Creation**
Here is the allocation stack:
![image](https://user-images.…
-
I'm getting a runtime exception in SCQIndexing.moveToEnd(). The exception occurs at two different locations in this method: either a BufferUnderflowException in readSkip(), or a DecoratedBufferUnderfl…
-
-
Could you please elaborate on the differences between the files ```directory-listing.cq4t ``` and ```metadata.cq4t ```?
Thanks!
-
https://github.com/OpenHFT/OpenHFT/blob/master/third-party-bom/pom.xml#L399
it makes a compilation errors on java 9+ projects
-
Have a 4 socket system (12 cores on each socket) running Linux. Total 48 cores / 96 CPUs with hyper threading and hit:
```
java.nio.BufferOverflowException
at java.nio.Buffer.nextPutIndex(Buffer.…
-
I create a demo to reproduce it : https://github.com/whitelilis/Chronicle-Queue-jdk11-utf8-bug
on jdk11
1, run the Reader
2, run the Writer
the Reader will got value 0, but not expected 15
…