elastic / elasticsearch-migration

This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290 stars 32 forks source link

Should we flag safeguards that have been exceeded? #67

Closed eskibars closed 8 years ago

eskibars commented 8 years ago

For example, if a user has a large shard count (https://github.com/elastic/elasticsearch/pull/17396), a large number of fields in their mapping (https://github.com/elastic/elasticsearch/pull/17357), a large number of nested fields (https://github.com/elastic/elasticsearch/issues/14983), or a very high depth in their mappings (https://github.com/elastic/elasticsearch/pull/17400), they may switch over to 5.0 and have unexpected results. We could detect this in the migration assistant prior to the upgrade and provide some help.

clintongormley commented 8 years ago

Fixed in 2.0.0-beta1