Re: SPARQL query won't abort

2022-06-16 Thread Andy Seaborne




On 07/06/2022 19:11, Reid Yoder wrote:

Hello,

I'm having a problem where I can't stop a SPARQL query mid-execution --
.abort() and .close() are not working. I'm just going to link to my
stackoverflow question so there's a central place for discussion:
https://stackoverflow.com/questions/72522307/apache-jena-sparql-query-will-not-abort


The comment on the SO question is that it appears to be (1) a 
consequence of the ontology or (2) almost running out of heap causing 
the GC to do excessive work.


Andy



Thanks,
- Reid



SPARQL query won't abort

2022-06-07 Thread Reid Yoder
Hello,

I'm having a problem where I can't stop a SPARQL query mid-execution --
.abort() and .close() are not working. I'm just going to link to my
stackoverflow question so there's a central place for discussion:
https://stackoverflow.com/questions/72522307/apache-jena-sparql-query-will-not-abort

Thanks,
- Reid