You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ingest v2 seems to return a 503: ingest service is unavailable (no shards available)
error when trying to ingest with the CLI.
It seems like a recent change.
We need to check if this change is justified, in which case, we need to fix the client, or if it is not and we need to fix the bug.
The text was updated successfully, but these errors were encountered:
The shard autocreation is working just fine.
This happens when all of the shard are getting rate limited, so the through the different attempt, we end up trying to get a shard that is not rate limited and cannot find any such shard.
In that case we return a no shards available error, which in turn is converted as a 503 error.
Ingest v2 seems to return a 503: ingest service is unavailable (no shards available)
error when trying to ingest with the CLI.
It seems like a recent change.
We need to check if this change is justified, in which case, we need to fix the client, or if it is not and we need to fix the bug.
The text was updated successfully, but these errors were encountered: