Hi Andy,
thx for replying
On 30.05.22 17:41, Andy Seaborne wrote:
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:
yes.
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?
indeed there is an nginx which was part of the problem.
What does the server log say?
What kind is the Fuseki database?
Is the delete done by SPARQL or RDFConnection.delete?
the latter.
But it seems to have been resolved with the connection timeout and the
nginx configuration.
Now, however, some of my updates are too large (again nginx is the
culprit). But I was wondering if the payload of an RdfConnection.load
count be gzipped to reduce its size?
Cheers,
Sebastian