Hi Sebastian,

On 30/05/2022 09:59, Sebastian Trueg wrote:

Hello,

if I want to drop a rather big graph from my Fuseki instance I often run into a timeout. I suppose this is caused by the request taking longer than a few minutes on Fuseki's end.

My problem is that I cannot figure out how to raise the request timeout for the RdfConnection.delete/put call.


Assuming the current Jena release:

There is a connect timeout, this is from java.net.http.HttpClient, but that is only the "connect" phase of HTTP/TCP.


Other than that, I'm not sure what is timing out.

After about how long does this happen?
Is there any intermediary between the client and the fuseki server?
What does the server log say?

What kind is the Fuseki database?
Is the delete done by SPARQL or RDFConnection.delete?

    Andy


Cheers,
Sebastian

Reply via email to