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

Transactional file API to perform multiple file actions atomically #5

Open
retrixe opened this issue Apr 28, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@retrixe
Copy link
Owner

retrixe commented Apr 28, 2022

Such an API will significantly help front-ends like Ecthelion perform file actions extremely fast and in an error-tolerant way.

Currently, Ecthelion sends multiple requests for each action, and other requests are not reverted in the event of failure in any one of the requests. A transactional file API which tries to do these operations atomically from a client's perspective would be a significant improvement over the current state of affairs.

@retrixe retrixe added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 28, 2022
@retrixe retrixe added this to the Octyne 1.2.0 milestone Apr 28, 2022
@retrixe retrixe self-assigned this Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant