You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for something and wait for the search result page
What is the expected output? What do you see instead?
Expected to get a search result page.
The page takes a long time to load and eventually displays an error due to timeout.
Fuseki uses a lot of CPU for a long time.
The query for looking up additional information about concepts takes a lot longer than it used to with Jena 3.1.0.
Actually this seems to be working fine. The problem was that we got some requests from older Skosmos versions to our SPARQL endpoint that slowed it down considerably.
At which URL did you encounter the problem?
http://localhost/Skosmos/yso/fi/search?clang=fi&q=kissael
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected to get a search result page.
The page takes a long time to load and eventually displays an error due to timeout.
Fuseki uses a lot of CPU for a long time.
The query for looking up additional information about concepts takes a lot longer than it used to with Jena 3.1.0.
I reported the issue on the Jena users list: http://mail-archives.apache.org/mod_mbox/jena-users/201611.mbox/%3C58185A49.7060100%40helsinki.fi%3E
It seems that this can easily be fixed by moving the VALUES block to the top of the query.
The text was updated successfully, but these errors were encountered: