Should ordering of items in BulkRequest and BulkResponse match if java client BulkProcessor is used and requests are retried?

Based on the code that is used for retrying it seems that the ordering of items in BulkRequest and BulkResponse do not match. e.g. BulkRequest might contain items foo1, foo2, foo3... and the BulkResponse, if retry mechanism kicks in, might have ordering foo3, foo1, foo2...
I can not find the documentation on if this is intended or it is a bug.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.