Closed
Description
BulkAll has an option to continue after dropped documents:
HandleDroppedDocuments takes this setting into account and only throws an exception if we are not continueing after seeing dropped documents
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: