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

[Searchable Snapshots] Fail searches if local disk cache is full #7095

Open
andrross opened this issue Apr 11, 2023 · 0 comments
Open

[Searchable Snapshots] Fail searches if local disk cache is full #7095

andrross opened this issue Apr 11, 2023 · 0 comments
Labels
bug Something isn't working Search:Searchable Snapshots

Comments

@andrross
Copy link
Member

Related to #7033

At search time, if there are enough concurrent searches that there is no capacity remaining in the reserved disk cache, then searches should be rejected with an appropriate error message. The current behavior is that the system will exceed the provisioned disk cache size. Note that this only happens if the portion of the disk reserved for the local cache is too small for the workload, but the right behavior is probably to fail the searches as opposed to exceeding provisioned disk usage which can result in impact to the local indexes by taking more disk space for the remote searches than was provisioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Search:Searchable Snapshots
Projects
Status: Todo
Development

No branches or pull requests

2 participants