Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strider isn't returning all sub queries from Aragorn #457

Open
maximusunc opened this issue Aug 9, 2024 · 3 comments
Open

Strider isn't returning all sub queries from Aragorn #457

maximusunc opened this issue Aug 9, 2024 · 3 comments
Assignees

Comments

@maximusunc
Copy link
Collaborator

Given the following query:

{
  "message": {
    "query_graph": {
      "edges": {
        "t_edge": {
          "knowledge_type": "inferred",
          "object": "ON",
          "predicates": [
            "biolink:treats"
          ],
          "subject": "SN"
        }
      },
      "nodes": {
        "ON": {
          "categories": [
            "biolink:Disease"
          ],
          "ids": [
            "MONDO:0005361"
          ]
        },
        "SN": {
          "categories": [
            "biolink:ChemicalEntity"
          ]
        }
      }
    }
  }
}

Strider is returning 12 out of 20 queries before sending the "completed" message. The other 8 queries are failing unexpectedly and never getting returned.

@maximusunc maximusunc self-assigned this Aug 9, 2024
@maximusunc
Copy link
Collaborator Author

I've run this a handful of times locally and not been able to reproduce. I'll keep trying some different things (also on dev).

@maximusunc
Copy link
Collaborator Author

Running this a couple times in dev with bypass_cache, Strider is returning all subqueries. This seems to be an intermittent issue? @cbizon

@cbizon
Copy link
Contributor

cbizon commented Aug 16, 2024

OK, I'll give it a shot - thanks @maximusunc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants