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
However later after retrying we through if we still hold retryableDocuments. This should also check this configuration setting and treat them as dropped documents:
However later we don't classify retried to completion bulk items as dropped and do not make this check conditional:
BulkAll has an option to continue after dropped documents:
elasticsearch-net/src/Elastic.Clients.Elasticsearch/Helpers/IBulkAllRequest.cs
Line 17 in b7dd9cf
HandleDroppedDocuments takes this setting into account and only throws an exception if we are not continueing after seeing dropped documents
elasticsearch-net/src/Elastic.Clients.Elasticsearch/Helpers/BulkAllObservable.cs
Line 173 in 584edb8
However later after retrying we through if we still hold retryableDocuments. This should also check this configuration setting and treat them as dropped documents:
However later we don't classify retried to completion bulk items as dropped and do not make this check conditional:
elasticsearch-net/src/Elastic.Clients.Elasticsearch/Helpers/BulkAllObservable.cs
Line 178 in 584edb8
The text was updated successfully, but these errors were encountered: