Skip to content

BulkAll should classify retried and failed documents as dropped. #6647

Closed
@Mpdreamz

Description

@Mpdreamz

BulkAll has an option to continue after dropped documents:

bool ContinueAfterDroppedDocuments { get; }

HandleDroppedDocuments takes this setting into account and only throws an exception if we are not continueing after seeing dropped documents

HandleDroppedDocuments(droppedDocuments, response);

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    7.xRelates to a 7.x client version8.xRelates to a 8.x client version

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions