Håvard M. Ottestad

Results 280 comments of Håvard M. Ottestad

@jeenbroekstra I'm not going to dig any further right now. If you don't have time yourself then maybe I'll pick it up in a few days.

> The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch APIs. It delegates protocol handling to an http client such as the Elasticsearch Low Level...

@diegoferbp thanks for finding this! If you are up for making a PR to fix this just tag me and I'll review and merge the fix for you.

Looks like a good solution. We can probably go with 2048 bytes as the standard. It'll typically end up in someone's log, and it's a good idea to keep each...

This can be reproduced on the develop branch with: ``` mvn clean mvn package -Passembly -DskipTests ``` An workaround is to use mvn install first: ``` mvn clean mvn install...

This is still an issue. It used to work without having to first call mvn install.

> We could also use a bnd based build like: > https://github.com/komma/komma/tree/master/bundles/vendor/net.enilink.bundles.rdf4j I have basically no experience with OSGI so I also don’t know that bnd based build is. From...

FYI. This method is deprecated for removal in RDF4J 5.0.0.

Are we sure that any other read or write locks will be released, or is there a chance that some other code would wait to release its lock until this...

If I understand correctly, thread A created the iteration, it times out and is interrupted by the monitoring thread B. Thread B calls interrupt and also calls the close() method,...