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

Stuck in writing data to cache #2

Open
dfleischhacker opened this issue Feb 26, 2014 · 3 comments
Open

Stuck in writing data to cache #2

dfleischhacker opened this issue Feb 26, 2014 · 3 comments
Assignees
Labels

Comments

@dfleischhacker
Copy link
Member

The following query causes CachedQuery to be stuck in the caching code

SELECT ?cat WHERE { {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://purl.org/dc/terms/subject> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/author> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/literaryGenre> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/genre> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/property/genre> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/publisher> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://purl.org/dc/terms/subject> ?nsubject . ?nsubject <http://www.w3.org/2004/02/skos/core#broader> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/author> ?author . ?author <http://dbpedia.org/ontology/nationality> ?cat} }
@dfleischhacker
Copy link
Member Author

Additional information: maybe problem only occurs if query results only contains a single query

@dfleischhacker
Copy link
Member Author

Not reproducable as of b4dbc2e

@mschuhma
Copy link
Member

Ich kann das Problem auch nicht reproduzieren.

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

No branches or pull requests

2 participants