OpenSearch/modules/reindex
Tim Brooks 956df7be92
Reindex task state initialized before reindex (#46043)
Currently the process to execute a reindex process is tightly coupled to
step of initializing the task state. This creates problems when this
process is asynchronous. It is possible that the task state has not been
initialized which prevents follow-up actions such as rethrottle. This
commit separates the task initialization so that it can be executed as a
first step in the persistent reindex process.
2019-08-27 15:28:04 -05:00
..
src Reindex task state initialized before reindex (#46043) 2019-08-27 15:28:04 -05:00
build.gradle Propogate version in reindex from remote search (#42958) 2019-06-06 14:50:06 -04:00