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
We have noticed that failures writing to the OpenSearch sink may result in the opensearch sink failing to continue to write, even after the issue is resolved.
I have investigated this. And made the "timeout" just 5m and also issued
PUT test_forbidden/_settings
{
"index.blocks.read_only_allow_delete": null
}
But the write is not returning success. Is the command to enable writing back correct? I know that Opensearch sink is retrying but failing with the same error. It doesn't look like the issue is with the sink
Describe the bug
We have noticed that failures writing to the OpenSearch sink may result in the
opensearch
sink failing to continue to write, even after the issue is resolved.To Reproduce
Also, see Data Prepper logs
At this point, we should see new documents. But, they are not present.
Expected behavior
At step 8, we should see the documents.
Environment (please complete the following information):
Data Prepper 2.9.0
The text was updated successfully, but these errors were encountered: