Skip to content

GH-4785: unit test for timeout / deadlock in FedX Join - #4828

Draft
aschwarte10 wants to merge 1 commit into
mainfrom
GH-4785-fedx-deadlock-join-nunion
Draft

aschwarte10 wants to merge 1 commit into
mainfrom
GH-4785-fedx-deadlock-join-nunion

Conversation

@aschwarte10

@aschwarte10 aschwarte10 commented Oct 31, 2023

Copy link
Copy Markdown
Contributor

This commit provides a unit test that reproduces a deadlock scenario. The issue is somewhere caused in the join with NUnion, and specifically the union parts having relevant statements in multiple sources.

Note that the dataset is really small (42 triples, 40 relevant ones contributing to the result)

For some details and explanation please refer to my comment in the issue at #4785 (comment)

GitHub issue resolved: #4785


PR Author Checklist (see the contributor guidelines for more details):

  • my pull request is self-contained
  • I've added tests for the changes I made
  • I've applied code formatting (you can use mvn process-resources to format from the command line)
  • I've squashed my commits where necessary
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

This commit provides a unit test that reproduces a deadlock scenario.
The issue is somewhere caused in the join with NUnion, and specifically
the union parts having relevant statements in multiple sources.

Note that the dataset is really small (42 triples, 40 relevant ones
contributing to the result)
@hmottestad hmottestad added the 🐞 reproduces bug use on PRs that reproduce a bug, but don't fix the issue (yet) label Nov 16, 2023
@kenwenzel kenwenzel added the stale issue has gone stale (close reason) label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 reproduces bug use on PRs that reproduce a bug, but don't fix the issue (yet) stale issue has gone stale (close reason)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timeout while evaluating FedX-Query

3 participants