-
I cannot run xxHash on devices running android 6. Stacktrace:
```
java.lang.NoSuchMethodError: No virtual method getByte(Ljava/lang/Object;J)B in class Lsun/misc/Unsafe; or its super classes (declar…
-
It is possible to create a subclass of `InvalidEventHandlerException` that only exists as a singleton (e.g. `SingletonInvalidEventHandlerException`) and that is statically created. `EventHandlers` tha…
-
Hi threre,
i am getting ConcurrentModificationException:
2020-02-24 11:48:02: DEBUG: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
a…
-
Seeing tons of such warnings:
```
WARN [2019-11-14 12:20:28,627] net.openhft.chronicle.queue.impl.single.TableStoreWriteLock: Couldn't acquire writelock after 15000ms for the lock file:/dashbase/…
-
From time to time, when writing hourly queues, I experiencing this exception. I believe there could be a issue with the hourly roll cycle mode because every time this occurs in relation with chronicle…
-
[Chronicle-Logger rollover to compressed file(gzip)](https://github.com/OpenHFT/Chronicle-Logger/issues/56)
If it supports time-based rolling, can we rollover every hour and how it can be compresse…
-
Improved QueueReaderMain to take an interface that supports a custom readMarshable, so all messages can be decoded, even those written as raw bytes.
-
Hi
Lets say I have a process and end of the process I want to store all the objects (can be 100-10000 records with many different objects)
e.g
Map
Would it work? Also if I store 1 million o…
-
see the following test case net.openhft.chronicle.map.BloatFactorTest#bloatFactorTest
```
import java.io.File;
import java.io.IOException;
public class BloatFactorTest {
private static …
-
Hello,
I am using OpenGrok 1.3.11 with Tomcat 9.0.31.
I have several directories in the source root which are working as individual projects using the indexer -P option.
If I call the indexer th…