Index templates and repository settings lost after upgrade to 2.4.4 from 2.3.3(full cluster restart)
Is this expected behavior?
Where elasticsearch save index templates? what can I do is this situation?
any meta data store path configuration changed?
(all data, indicies are ok)
this is how I started elasticsearch 2.4.4
only one different configuration compared to es 2.3.3 configuration what I used is
-Des.bootstrap.memory_lock=true
this changed id 2.4
full configuration for 2.4.4
myhome/apps/jdk/bin/java -Xms256m -Xmx1g -Djava.awt.headless=true
-XX:+UseParNewGC -XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -Djna.nosys=true -Xms31g -Xmx31g -XX:-UseParNewGC -XX:-UseConcMarkSweepGC -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -Xloggc:/myhome/.elasticsearch/logs/gc.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=50 -XX:GCLogFileSize=1M
-Des.path.home=/myhome/apps/elasticsearch -cp /myhome/apps/elasticsearch/lib/elasticsearch-2.4.4.jar:/myhome/apps/elasticsearch/lib/* org.elasticsearch.bootstrap.Elasticsearch start -d
-Des.cluster.name=elastic_jpl
-Des.node.name=xelastic101.band -Des.path.logs=/myhome/.elasticsearch/logs
-Des.path.repo=/myhome/owfs/ba_elastic/snapshot
-Des.discovery.zen.ping.unicast.hosts=...
-Des.discovery.zen.minimum_master_nodes=2
-Des.discovery.zen.ping_timeout=60s -Des.network.host=_eth1_
-Des.http.cors.allow-origin=/.*/
-Des.http.cors.allow-headers=X-Requested-With,Content-Type,Content-Length,content-type
-Des.http.cors.enabled=true
-Des.node.max_local_storage_nodes=1
-Des.bootstrap.memory_lock=true
-Des.indices.fielddata.cache.size=30%
-Des.indices.breaker.fielddata.limit=40%
-Des.indices.breaker.request.limit=20%
-Des.indices.store.throttle.max_bytes_per_sec=100mb -Des.node.master=false
-Des.node.data=true -Des.path.data=/data1,/data2,/data3,/data4,/data5
-Des.node.box_type=box_hot`