I'm maintaining a small cluster of 9 nodes, and was trying to perform rolling restart as outlined here: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_rolling_restarts.html#_rolling_restarts
The problem is that after I disable reallocation and restart a single node, it appears it looses all its shards indefinitely (until I turn back reallocation). So if I do this for all nodes in the cluster I'll run out of primary shards at some point. I have an upstart task for Elasticsearch, so I stopped nodes with that (it sends SIGTERM). I tried the shutdown API but it did have the same effect -- after node joins the cluster, it doesn't own any shards, and that doesn't change if I wait for a while. Am I doing something wrong? -- 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/c9eef95e-d7cf-4278-a99f-89d9ab878791%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
