I'm using a AWS ElasticSearch that run fine on a v1.5 cluster and i copy the entire config (shards,nodes,instance types, mapping,data) to new v2.3 cluster.
When i point my DNS to the new v2.3 cluster the CPU usage create spikes that slow down my entire application. When im running in v1.5 cluster, the CPU usage it's almost linear, about 20% of CPU usage.
Obs: Clusters configuration is the same, triple checked!
Amazon support tell us that is a v2.3 bug, and the bugfix will be released as soon as possible...
But i don't found any thing about that bug in release notes!
https://www.elastic.co/guide/en/elasticsearch/reference/2.3/release-notes-2.3.3.html
Any tip?