Hello, today I wanted to switch the type of storage our Elasticsearch (deployed with ECK operator) is using. I found here, that it should be possible by creating a new nodeSet with desired new configuration and deleting the old one.
However after I did exactly that, I see just one failing pod from the newly created nodeSet that is reporting the following:
can't add node {elasticsearch-es-elastic-0}{<same_id>}{<some_params>}, found existing node {elasticsearch-es-default-1}{<same_id>}{<some_params>} with the same id but is a different node instance
The only thing I have changed in our Elasticsearch resource specification is nodeSet.[0].name and volumeClaimTemplate.[0].spec.selector.matchLabels .
What am I doing wrong? How can I move to a different storage while moving all existing data?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.