We run into a problem recently after a very recent upgrade from ES 1.2.2 to ES 1.3.4.
In our scenario, we have two ES clusters and a HDFS system which both can access. Indices are created on one of them, snapshotted to HDFS repository (named after the index) and then restored on the other cluster. This worked fine (when ignoring random error messages) on 1.2.2. After the upgrade to 1.3.4, however, clusters don't seem to be able to see new snapshots made on the other system. Files sit in HDFS, it is possible to restore locally, accessing: https://<snapshot-cluster>.<domain>.com/_snapshot/<repository_name>/_all returns the expected list while https://<restore-cluster>.<domain>.com/_snapshot/<repository_name>/_all is empty. Beforehand, the lists were identical. I will try to check version 1.3.2 tomorrow, but remaining clueless at the moment. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/24ab44cf-0195-4742-a11d-807d51b84db2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
