Address Jena-1229, fuseki timeout queries not working properly with DISTINCT.#166
Address Jena-1229, fuseki timeout queries not working properly with DISTINCT.#166asfgit merged 5 commits intoapache:masterfrom
Conversation
Syncing from original
- that cancelling a QID cancels its base iterator - likewise if we're serialising to disc - closing an unbagged QID doesn't make a bag - closing a bagged QID closes the bag
|
Did I manage to mess up commits somehow? That must be because of moving between Is there something I could/should do at my end? |
|
In the list of commits above, the first commit says "ehedgehog committed on GitHub on 27 Jul" then a merge from jena/master 2 days ago, then the JENA-1229 change. Just a guess: you created a branch, then merged jena/master, rather then getting your local master up to date then branching. But it seems github works it out because if you go to the "166.diff" URL, then there is a short diff, no merge items. |
|
(Moving from mailing list) Andy had said:
Yes. I've just had a look over some of the code and it But in any case cancel() is [typically] called from the [A look at the codebase shows that there are three which suggests these should be looked at in case there How should we make progress on this? Chris |
|
I have fixed those 3 requestSubCancel instances. |
|
Thanks very much, Andy. |
Remove incorrect call super.close() from the body of QueryIterDistinct.requestSubCancel()
as per JENA #1229.