Adam Retter

Results 574 comments of Adam Retter

@dizzzz No problem. I have fixed that one now. However I have hit another one in GeoTools, I will need to send them a PR as they are not handling...

Requires this second PR https://github.com/geotools/geotools/pull/4186 to be merged to GeoTools, and then a new release of GeoTools. After that we will need to update this PR for the new release...

The PR https://github.com/geotools/geotools/pull/4186 to GeoTools was merged a couple of weeks ago. We are now just waiting for a new release of GeoTools that includes that fix. Then we can...

This is a large piece of work that I hope to continue. The fix for #1463 was a workaround more than anything else.

I am afraid that I have no idea from the stack trace. All I can say is that `RocksDB.loadLibrary()` does very little apart from ask the JVM to load the...

> I don't know if it's related to use jemalloc in my c++ project? Have you tried without JEMalloc?

Are you able to build a debug version of the RocksDB library using the flag `PORTABLE=0` and then translate the stacktrace offsets to line numbers in the source code (see...

Is there an accompanying Pull Request?

@ibessonov The JAR files are not built from the `pom.xml.template`, you will instead need to modify the Makefile and CMakeLists

The initial version of the Wide Column Families feature was only added to RocksDB 14 hours ago! - https://github.com/facebook/rocksdb/pull/11982#issuecomment-1834646316 We can certainly schedule adding this to RocksJava, but usually I...