Jurriaan Mous

Results 9 comments of Jurriaan Mous
trafficstars

Hi Eugene, For me the 1.4.2 version is working and the debug logs are unfortunately not that descriptive to point out the issue. Did you also try to keep the...

I think you run an old version of log4j2. Your log shows it tries to send a org.apache.logging.log4j.Level with serialVersionUID = 3077535362528045615 On google I found this is the serialVersionUID...

Didn't know that the org existed. I have opened an issue: https://github.com/elastic/logstash/issues/3019

With the above mentioned issues like the tests not failing if run standalone and no helping feedback with the `unknown` error and moving fail points when debugging. I can unfortunately...

I have the same issue with 10.1.0 and 10.2.0. Good to see there is a reproducible version. I hope the issue gets prioritised highly.

I can handle the missing export indeed with the generic IllegalArgumentException. But it could be that I want to have a higher level try catch in which I want to...

I don't see the feedback? Where can it be found? Probably I would like to expand this PR to add more methods to the RocksDB interface. Could also be a...

@qwwdfsad I tested with 1.7.20 release and I still get the same unknown error/segmentation fault: ``` [ RUN ] maryk.datastore.rocksdb.RocksDBDataStoreMigrationTest.testMigrationWithIndex [1] 74229 segmentation fault ./build/bin/macosArm64/debugTest/test.kexe ``` So I am afraid...

I can confirm this issue. Is there already an outlook on what is causing this issue and when it will be picked up?