Re: Followup GeoSparql + TDB 1 : freeze

2021-03-30 Thread Greg Albiston
Hi Jean-Marc, If you are only interested in the GeoSPARQL predicates then perhaps try using the no index options as outlined in the documentation: * No indexes setup (Query rewrite still performed but results not stored) : |GeoSPARQLConfig.setupNoIndex()| * No indexes and no query

Re: Followup GeoSparql + TDB 1 : freeze

2021-03-28 Thread Andy Seaborne
Assuming not running in Fuseki ... There is code not closing transactions. There a large number of uncompleted write transactions (which may not have made an update but did begin(WRITE). The default threshold before "exclusiveFlushQueue" is 100. The thread doing them either dropped them or

Followup GeoSparql + TDB 1 : freeze

2021-03-28 Thread Jean-Marc Vanel
For GeoSparql + TDB 1, I applied this initialization code on my site: val res = configureLuceneIndex(dts, useTextQuery, useSpatialIndex) if (useSpatialIndex) { import org.apache.jena.geosparql.configuration._ GeoSPARQLConfig.setupMemoryIndex // actually registers special SPARQL predicates!