Håvard M. Ottestad
Håvard M. Ottestad
This is probably specifically related to PathIteration. That code should probably detect when it's running low on memory and switch to a disk based data structure for storing the intermediary...
We don't have any plans at the moment. I'm currently working on the last SHACL paths that aren't supported. I also have a PR for configuring the Apache HttpClient timeouts....
LGTM. Feel free to merge!
The model vocabulary should automatically be updated to the new vocabulary and written back to disk. So these error messages should only happen once, the first time the model is...
@aschwarte10 Do you want to fix this yourself?
Some relevant discussion: https://github.com/eclipse-rdf4j/rdf4j/discussions/5037
Could be that we need to upgrade to servlet 4: https://github.com/eclipse-rdf4j/rdf4j/blob/2a998c3f30ec177ecbd3d5bbb4ad209f0c83e2a9/pom.xml#L377
The end-to-end tests probably just build the default dockerfile. Could you have it run against both the default/current and the jetty one?
@kenwenzel I'm sure you've seen the HLL estimator that the ExtensibleStore has: https://github.com/eclipse-rdf4j/rdf4j/blob/main/core/sail/extensible-store/src/main/java/org/eclipse/rdf4j/sail/extensiblestore/evaluationstatistics/ExtensibleDynamicEvaluationStatistics.java Maybe it'll help if you want to develop something similar for the LMDB Store.
Related to: https://github.com/eclipse-rdf4j/rdf4j/issues/3597