afs commented on issue #3535: URL: https://github.com/apache/jena/issues/3535#issuecomment-3556646418
I have something setup in an IDE that produces the report, both queries. I also some "similar" queries that work fine. 503 is the right response - there isn't a good HTTP status code and 408 is related to closing the connection. > Just a guess, it could be the initial hash table construction in `AbstractIterHashJoin.buildHashTable`. Agreed. When the optimizer uses sequence, I don't see the problem. I got as knowing that connecting subparts wasn't passing the cancel on. The #3603 `makeAborable` change looks important. I can try that. @Aklakan - About the change in `DatasetGraphText` - was the text query in this report causing a call to `abort()`? Because `abort` in the API is for another thread to call, it's no in the internal cancel. -- 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]
