afs commented on issue #3044: URL: https://github.com/apache/jena/issues/3044#issuecomment-2701436941
I looked for `timeout=` and matched queries to their response code: e.g. `[34] 503 Service Unavailable (10.879 s)` or `[26] 200 OK (7.066 s)` I didn't find any 200's over 10 seconds. I didn't find any 503's under 10 seconds. I did find one outlier `[20] 503 Service Unavailable (377.566 s)`. It is like the query from #3021 without the suggested workaround but has extra work added. The `OPTIONAL` look like they have a partial cross-product in them. The timeout is tested every so often - it isn't an interrupt - so the query is in a busy CPU loop (probably fixable - caveat polling the timeout too much is a bit expensive). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
