Created
January 21, 2023 18:40
-
-
Save Nav-Appaiya/37893ef633cd5badeaa06f67aedfaf48 to your computer and use it in GitHub Desktop.
Magento 2 - Indexer fails and gives no alive nodes found in your cluster while reindexing data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# obvisously your elastic is crashing on indexation, so allow it some more space to do the indexing with this curl call: | |
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment