Aklakan commented on issue #3473:
URL: https://github.com/apache/jena/issues/3473#issuecomment-3343879440
Ok, the issue was simply that a configured health check pretty consistently
timed out while writing out the spatial index 🤦
With increased `HEALTHCHECK --start-period=60m` setting everything now works
for me as it should - the created index is immediately ready for use. Well,
good to know that this turned out to be NOT a Jena issue.
We use slightly different options than those in the mail - namely: no
inference, another srs and union default graph.
I wonder whether inferences need updates in addition to the spatial index.
```ttl
<#geoDS>
geosparql:inference false ;
geosparql:srsUri <http://www.opengis.net/def/crs/EPSG/0/4326> ;
<#baseDS> rdf:type tdb2:DatasetTDB2 ;
tdb2:location "/run/databases/tdb2/ourdb/" ;
tdb2:unionDefaultGraph true ;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]