Hi to all,
I was playing with ES in order to test dynamic scaling. I have a working cluster with some indices and I want to start replicating one of them. I tried to use curl -XPUT 'master-node:9200/my_index/_settings' -d '{ "index" : { "number_of_replicas" : 1}}' but the other node doesn't start syncing the data.
I tried also with number_of_replicas = 2 but the replica node doesn't download anything but the _state folder for each index.
Am I doing something wrong or is it normal? I tried also to force the flush through my_index/_flush/synced but nothing happens..
Yes, it did. When the node join the cluster it creates all indexes folders in the data directory but they stay empty (except for the _state directory).
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.