-
Hello,
First thanks for your contribution!
Actually I got the code from git, and tried to build, but failed.
Could you check the build status in clean workspace?
Thanks. :)
********…
-
Hello.
I tried to get chronicle-logger and its related libraries with maven.
There was an error and I found that it is referencing non-existing version 2.17.172 chronicle-bom.
I manually modified v…
-
it was not setting the write position after doing the append
-
Hello.
I'm using compiler v 2.3.4.
Here is my code:
```
public ILogicalExpression generateFunction(String funcName, String function, String arguments) throws Exception {
String prep…
-
Potential users have requested a backport of ecAudit that would be compatible with Cassandra 2.2.8. We should investigate if this is possible, with our without compromises in supported features.
Id…
-
2018-11-17 16:30:57.825 [failsafe-sender] WARN n.o.c.q.i.s.SingleChronicleQueueExcerpts$StoreTailer - Unable to append EOF, skipping
java.util.concurrent.TimeoutException: header: 80000000, pos: 1…
-
I am learning to use Chronicle-Map and I have encountered behavior that I cannot explain.
When I try to 'put' into the map with multiple threads on the same JVM concurrently, if I use more than 11…
-
please fix this test, net.openhft.chronicle.salt.EasyBoxTest, for now, it has been ignored because it fails on TeamCity, see http://teamcity.higherfrequencytrading.com/viewLog.html?buildId=309860&buil…
-
I am having an assertion failure in StoreAppender's checkWritePositionHeaderNumber() method when the appender checks the position after having reset it.
-
I tried a very simple example where I try to write int -> ByteBuffer and reuse the array while reading the values from the map.
```
try (ChronicleMap map = ChronicleMap
.of(In…