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

Ingester behavior when disk is full #5589

Open
fulmicoton opened this issue Dec 17, 2024 · 0 comments
Open

Ingester behavior when disk is full #5589

fulmicoton opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fulmicoton
Copy link
Contributor

fulmicoton commented Dec 17, 2024

Currently, ingester may end up accepting persist request when their disk is full.
If the OS buffer is not full, no error might be returned.

We need to poll-check for the disk usage, and change the behavior of quickwit when it goes above
a threshold.

The behavior is yet to be decided. Probably, the closest thing is decommissionning: close all shards and not accept the creation of new shards. In addition, it might not be possible to run indexing/merge pipelines; which could really make the control plane's task hard.

@fulmicoton fulmicoton added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant