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

GH-2462: Fuseki reload configuration #2464

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

afs
Copy link
Member

@afs afs commented May 12, 2024

GitHub issue resolved #2462

Pull request Description: Provide reload of the config.ttl with zero interruption of service.

  • some clean-up done while working on this PR.
    The logging support code changes better isolate the logging implementation specific functions.

  • Tests are included.
  • Documentation change and updates are provided for the Apache Jena website
  • Commits have been squashed to remove intermediate development commit messages.
  • Key commit messages start with the issue number (GH-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs afs force-pushed the fuseki-reload branch 3 times, most recently from 603a9fe to 34be973 Compare May 18, 2024 16:52
Copy link
Member

@kinow kinow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code is looking good! Had a quick go-through and found nothing that seemed wrong.

Any plans to expose it in the UI too, @afs? Like the backup/delete actions, in the management part of the UI? Or will it be only available if the user or admin prepares the request and runs it directly from command-line or some other HTTP client?

@namedgraph
Copy link
Contributor

Is this available in jena-fuseki-main?

@namedgraph
Copy link
Contributor

And can this feature be used to add new datasets?

@afs
Copy link
Member Author

afs commented Jun 5, 2024

Any plans to expose it in the UI too, @afs? Like the backup/delete actions, in the management part of the UI? Or will it be only available if the user or admin prepares the request and runs it directly from command-line or some other HTTP client?

This discussion is showing that this is a big area. This PR isn't as grand as that.
It would be good to have admin UI to be able to do this.

That would be a reason to split the UI in two - admin and workbench. But again we can have big plans and we need tio have a way to creep up on them.

@afs
Copy link
Member Author

afs commented Jun 5, 2024

Is this available in jena-fuseki-main?

This PR is open and not finished. The commit log for the codebase shows what's available.

And can this feature be used to add new datasets?

Yes - but not all types of datasets can be guaranted. Assemblers are too general.

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

Successfully merging this pull request may close these issues.

[Fuseki] Reloadable configuration files
3 participants