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

Add detection for not enough space #918

Open
cabrador opened this issue Jun 17, 2024 · 3 comments
Open

Add detection for not enough space #918

cabrador opened this issue Jun 17, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@cabrador
Copy link
Contributor

As found in #917 when disk containing Carmen runs out of space, database ends up corrupted.
We needs to be done:

  1. Add detection when disk could run out of space
  2. Stop the app so that database does not end up corrupted
  3. Raise an error and inform user about this
@cabrador cabrador added the enhancement New feature or request label Jun 17, 2024
@kjezek
Copy link
Collaborator

kjezek commented Jun 17, 2024

I think it should be responsibility of the client, how can the database stop the client and inform the user?

@cabrador
Copy link
Contributor Author

I was thinking about returning an error at some point

@cabrador
Copy link
Contributor Author

Check write buffer error on EndTransaction should solve this.

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

No branches or pull requests

2 participants