-
Notifications
You must be signed in to change notification settings - Fork 156
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
Changing URL of remote KB requires server restart #916
Comments
Apparently, rdf4j saves the URL also by itself. This is not changed when we update just the database. |
Possibly related but when using a remote KB, there doesn't seem to be any way of refreshing the KB in inception. For example I delete and recreate my DB on Fuseki and reload a changed TTF file. The inception server seems to cache the old KB. |
The URL change bug is in principle separate from the caching - but when we get to address it, indeed we also need to flush the caches. |
- Inject URL into live objects as part of setting up a connection - Clear query cache when changing the KB configuration - Unrelated documentation fix
…RL-of-remote-KB-requires-server-restart #916 - Changing URL of remote KB requires server restart
* release/30.x: #916 - Changing URL of remote KB requires server restart % Conflicts: % inception/inception-kb/src/main/java/de/tudarmstadt/ukp/inception/kb/KnowledgeBaseServiceImpl.java
Describe the bug
When the URL of a remote KB is changed, this change is not applied immediately. Restarting the server helps.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changes to the SPARQL URL should either be prevented or take effect immediately.
Please complete the following information:
The text was updated successfully, but these errors were encountered: