Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 4.1.0
-
None
-
None
Description
QueryIterMinus calculates the right table in its constructor, that is, while the query iterator tree is being built.
If this is happening during getPlan().iterator() in QueryExecuteBase (Jena 4.1.0) (or QueryExecDataset for the reorganised code) then the top level iterator isn't set until the entire iterator tree has been built, and so can't propagate the cancel.
Attachments
Issue Links
- relates to
-
JENA-2141 Query timeout may not be seen if during execution initialization.
- Closed
- links to