Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

fuseki logging of timed out queries

$
0
0
Hi All,
I developed a client that connects to a remote fuseki through an http
client,
configurable with a timeout on the queries that exceed 1 minute
in answering.

I saw that on the server side logs there are lines like these:

11:00:08 INFO Fuseki :: [1447] POST
http://srvgal100.deri.ie:8080/l2m/query
11:00:08 WARN Fuseki :: SPARQL Query: Unrecognize request
parameter (ignored): queryLn
11:00:08 WARN Fuseki :: SPARQL Query: Unrecognize request
parameter (ignored): infer
11:00:08 INFO Fuseki :: [1447] Query = […]
11:00:08 INFO Fuseki :: [1447] exec/select
11:00:08 DEBUG ConNeg :: Accept request:
application/sparql-results+xml;q=0.8, application/xml;q=0.8
11:00:08 DEBUG ConNeg :: Content type chosen:
[application/sparql-results+xml]
11:00:08 TRACE Fuseki :: Content-Type for response:
application/sparql-results+xml
11:00:08 INFO Fuseki :: [*1447*] 200 OK (*80 ms*)

Is the last line showing the current query processing time, with 1447 being
the thread id?

Since I have some timeouts happening on the client side,
I'd like to ask if it's possible (on the server side)
to log the queries who have a timeout happening.

I see really low times for any type of query,
so it's a bit strange that sometimes
the latency for a query goes over the roof to 1 minute.

Anyway, I'll have to look into network issues.

Thanks,
Matteo

Viewing all articles
Browse latest Browse all 5648

Trending Articles