Skip to content

Make shard exhaustion events a retry-able error.#148

Open
dazoakley wants to merge 1 commit intofluent:mainfrom
dazoakley:shard-exhaustion
Open

Make shard exhaustion events a retry-able error.#148
dazoakley wants to merge 1 commit intofluent:mainfrom
dazoakley:shard-exhaustion

Conversation

@dazoakley
Copy link
Copy Markdown

@dazoakley dazoakley commented Nov 27, 2024

When an opensearch cluster is at full shard capacity, we shouldn't send these messages to @ERROR as quite often the next practical step would be to free up shards or expand the cluster.

This will save users from having to process messages from wherever they send their @ERROR output to.

fixes #134

When an opensearch cluster is at full shard capacity, we shouldn't send
these messages to `@ERROR` as quite often the next practical step would
be to free up shards or expand the cluster.

This will save users from having to process messages from wherever they
send their `@ERROR` output to.

Signed-off-by: Darren Oakley <darren.oakley@hmrc.gov.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To-Do

Development

Successfully merging this pull request may close these issues.

The plugin is not retrying on specific errors and dropping the data on error 400

2 participants