elasticsearch/modules/reindex
Francisco Fernández Castaño 9d8fb9fba2
Use the remaining scroll response documents on update by query bulk requests (#71430)
In update by query requests where max_docs < size and conflicts=proceed
we weren't using the remaining documents from the scroll response in
cases where there were conflicts and in the first bulk request the
successful updates < max_docs. This commit address that problem and
use the remaining documents from the scroll response instead of
requesting a new page.

Closes #63671
2021-04-20 14:45:17 +02:00
..
src Use the remaining scroll response documents on update by query bulk requests (#71430) 2021-04-20 14:45:17 +02:00
build.gradle Format JVM option properly 2021-03-30 17:41:59 -07:00