-
Notifications
You must be signed in to change notification settings - Fork 352
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
decommissioning ingest_v2 hangs #5068
Comments
If there's data inflight, have you waited long enough for the next commit? It can take up to |
In some cases I didn't ingest data, so there shouldn't be any data inflight. I also didn't enable ingestv2 via |
Here is the bug. Executing the REST API tests against a running node that does not have ingest V2 enabled still creates a shard and drops a few records in it. The shard does not get indexed and is not cleaned up. The next time you try to decommission the node without v2 enabled, we wait for the shard to be drained, which will never happen. |
I don´t think this is the only issue. See analysis in #5283. TL;DR, I would say they are 2 other issues:
|
In #5283 I added 2 integration tests covering the two issues mentioned above:
Both pass on ingest V1 and fail if we enable ingest V2 |
Some extra docs: #5418 |
When trying to quit quickwit, it occasionally hangs at decommissioning ingester. Only
kill -9
worksI couldn't reproduce it, seems to happen randomly.
The text was updated successfully, but these errors were encountered: