8127a06b2e
Today if something is wrong with the IndexMetaData we detect it very late and most of the time if that happens we already allocated the index and get endless loops and full log files on data-nodes. This change tries to verify IndexService creattion during initial state recovery on the master and if the recovery fails the index is imported as `closed` and won't be allocated at all. Closes #17187 |
||
---|---|---|
.. | ||
src/main | ||
build.gradle | ||
version.properties |