# Performance slowdown after upgrading from 0.90 to 1.1.1

**URL:** https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416
**Category:** Elasticsearch
**Created:** [May 8, 2014, 7:01pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416 "2014-05-08T19:01:19Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![slushi](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@slushi](https://discuss.elastic.co/u/slushi)
#### Post date: [May 8, 2014, 7:01pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/1 "2014-05-08T19:01:19Z")

</div>

We are testing out release 1.1.1 and during our indexing performance  
testing, we seemed to get significantly slower throughput, the  
document/second rate is about 30% slower. We used the exact same yml file  
and startup settings. The code is also identical except for the breaking  
changes in the java client api (in this case minor naming changes) and  
different elasticsearch/lucene jars.

We have a 4 node test cluster. The test basically creates an index with 4  
shards and no replicas/refreshing. We are indexing documents that are about  
2KB each using the bulk api (500 documents per request).

Below is some environment info and some settings that we changed from the  
default.

MemTotal: 99016988 kB

ES\_HEAP\_SIZE=24g

MAX\_OPEN\_FILES=65535

_/etc/elasticsearch/elasticsearch.yml :_

cluster.name: estest

node.name: "es1"

node.rack: rack2

bootstrap.mlockall: true

network.host: 1.2.3.4

gateway.recover\_after\_nodes: 3

gateway.expected\_nodes: 3

discovery.zen.minimum\_master\_nodes: 1

discovery.zen.ping.multicast.enabled: false

discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]

indices.memory.index\_buffer\_size: 50%

index.translog.flush\_threshold\_ops: 50000

threadpool.search.type: fixed

threadpool.search.size: 20

threadpool.search.queue\_size: 100

threadpool.index.type: fixed

threadpool.index.size: 60

threadpool.index.queue\_size: 200

threadpool.bulk.type: fixed

threadpool.bulk.size: 50

threadpool.bulk.queue\_size: 1000

cluster.routing.allocation.awareness.attributes: rack

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 8, 2014, 10:32pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/2 "2014-05-08T22:32:31Z")

</div>

Can you yry increasing your bulk count to 1000, or more?

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:

> We are testing out release 1.1.1 and during our indexing performance  
> testing, we seemed to get significantly slower throughput, the  
> document/second rate is about 30% slower. We used the exact same yml file  
> and startup settings. The code is also identical except for the breaking  
> changes in the java client api (in this case minor naming changes) and  
> different elasticsearch/lucene jars.
> 
> We have a 4 node test cluster. The test basically creates an index with 4  
> shards and no replicas/refreshing. We are indexing documents that are about  
> 2KB each using the bulk api (500 documents per request).
> 
> Below is some environment info and some settings that we changed from the  
> default.
> 
> MemTotal: 99016988 kB
> 
> ES\_HEAP\_SIZE=24g
> 
> MAX\_OPEN\_FILES=65535
> 
> _/etc/elasticsearch/elasticsearch.yml :_
> 
> cluster.name: estest
> 
> node.name: "es1"
> 
> node.rack: rack2
> 
> bootstrap.mlockall: true
> 
> network.host: 1.2.3.4
> 
> gateway.recover\_after\_nodes: 3
> 
> gateway.expected\_nodes: 3
> 
> discovery.zen.minimum\_master\_nodes: 1
> 
> discovery.zen.ping.multicast.enabled: false
> 
> discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]
> 
> indices.memory.index\_buffer\_size: 50%
> 
> index.translog.flush\_threshold\_ops: 50000
> 
> threadpool.search.type: fixed
> 
> threadpool.search.size: 20
> 
> threadpool.search.queue\_size: 100
> 
> threadpool.index.type: fixed
> 
> threadpool.index.size: 60
> 
> threadpool.index.queue\_size: 200
> 
> threadpool.bulk.type: fixed
> 
> threadpool.bulk.size: 50
> 
> threadpool.bulk.queue\_size: 1000
> 
> cluster.routing.allocation.awareness.attributes: rack
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![slushi](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@slushi](https://discuss.elastic.co/u/slushi)
#### Post date: [May 8, 2014, 10:39pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/3 "2014-05-08T22:39:06Z")

</div>

I tried various counts, after a certain point they didn't make much difference. Also I am not necessarily concerned with improving performance as much as figuring out why I got a slowdown with the exact same settings in 1.1.1. I want to be sure we didn't miss some configuration somewhere or some other issue. Thanks!

On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:

> Can you yry increasing your bulk count to 1000, or more?
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> We are testing out release 1.1.1 and during our indexing performance testing, we seemed to get significantly slower throughput, the document/second rate is about 30% slower. We used the exact same yml file and startup settings. The code is also identical except for the breaking changes in the java client api (in this case minor naming changes) and different elasticsearch/lucene jars.
> 
> We have a 4 node test cluster. The test basically creates an index with 4 shards and no replicas/refreshing. We are indexing documents that are about 2KB each using the bulk api (500 documents per request).
> 
> Below is some environment info and some settings that we changed from the default.
> 
> MemTotal: 99016988 kB
> 
> ES\_HEAP\_SIZE=24g
> 
> MAX\_OPEN\_FILES=65535
> 
> /etc/elasticsearch/elasticsearch.yml :
> 
> cluster.name: estest
> 
> node.name: "es1"
> 
> node.rack: rack2
> 
> bootstrap.mlockall: true
> 
> network.host: 1.2.3.4
> 
> gateway.recover\_after\_nodes: 3
> 
> gateway.expected\_nodes: 3
> 
> discovery.zen.minimum\_master\_nodes: 1
> 
> discovery.zen.ping.multicast.enabled: false
> 
> discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]
> 
> indices.memory.index\_buffer\_size: 50%
> 
> index.translog.flush\_threshold\_ops: 50000
> 
> threadpool.search.type: fixed
> 
> threadpool.search.size: 20
> 
> threadpool.search.queue\_size: 100
> 
> threadpool.index.type: fixed
> 
> threadpool.index.size: 60
> 
> threadpool.index.queue\_size: 200
> 
> threadpool.bulk.type: fixed
> 
> threadpool.bulk.size: 50
> 
> threadpool.bulk.queue\_size: 1000
> 
> cluster.routing.allocation.awareness.attributes: rack
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 8, 2014, 10:52pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/4 "2014-05-08T22:52:14Z")

</div>

What java version?

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 9 May 2014 08:39, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:

> I tried various counts, after a certain point they didn’t make much  
> difference. Also I am not necessarily concerned with improving performance  
> as much as figuring out why I got a slowdown with the exact same settings  
> in 1.1.1. I want to be sure we didn’t miss some configuration somewhere or  
> some other issue. Thanks!
> 
> On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> 
> Can you yry increasing your bulk count to 1000, or more?
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:
> 
> > We are testing out release 1.1.1 and during our indexing performance  
> > testing, we seemed to get significantly slower throughput, the  
> > document/second rate is about 30% slower. We used the exact same yml file  
> > and startup settings. The code is also identical except for the breaking  
> > changes in the java client api (in this case minor naming changes) and  
> > different elasticsearch/lucene jars.
> > 
> > We have a 4 node test cluster. The test basically creates an index with 4  
> > shards and no replicas/refreshing. We are indexing documents that are about  
> > 2KB each using the bulk api (500 documents per request).
> > 
> > Below is some environment info and some settings that we changed from the  
> > default.
> > 
> > MemTotal: 99016988 kB
> > 
> > ES\_HEAP\_SIZE=24g
> > 
> > MAX\_OPEN\_FILES=65535
> > 
> > \*/etc/elasticsearch/elasticsearch.yml : \*
> > 
> > cluster.name: estest
> > 
> > node.name: "es1"
> > 
> > node.rack: rack2
> > 
> > bootstrap.mlockall: true
> > 
> > network.host: 1.2.3.4
> > 
> > gateway.recover\_after\_nodes: 3
> > 
> > gateway.expected\_nodes: 3
> > 
> > discovery.zen.minimum\_master\_nodes: 1
> > 
> > discovery.zen.ping.multicast.enabled: false
> > 
> > discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]
> > 
> > indices.memory.index\_buffer\_size: 50%
> > 
> > index.translog.flush\_threshold\_ops: 50000
> > 
> > threadpool.search.type: fixed
> > 
> > threadpool.search.size: 20
> > 
> > threadpool.search.queue\_size: 100
> > 
> > threadpool.index.type: fixed
> > 
> > threadpool.index.size: 60
> > 
> > threadpool.index.queue\_size: 200
> > 
> > threadpool.bulk.type: fixed
> > 
> > threadpool.bulk.size: 50
> > 
> > threadpool.bulk.queue\_size: 1000
> > 
> > cluster.routing.allocation.awareness.attributes: rack
> > 
> > --  
> > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the  
> Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit  
> [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to  
> [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com)[https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com)[https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![slushi](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@slushi](https://discuss.elastic.co/u/slushi)
#### Post date: [May 8, 2014, 10:55pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/5 "2014-05-08T22:55:39Z")

</div>

1.7.0\_17

On May 8, 2014, at 6:52 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:

> What java version?
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 9 May 2014 08:39, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> I tried various counts, after a certain point they didn't make much difference. Also I am not necessarily concerned with improving performance as much as figuring out why I got a slowdown with the exact same settings in 1.1.1. I want to be sure we didn't miss some configuration somewhere or some other issue. Thanks!
> 
> On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> 
> > Can you yry increasing your bulk count to 1000, or more?
> > 
> > Regards,  
> > Mark Walkom
> > 
> > Infrastructure Engineer  
> > Campaign Monitor  
> > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > 
> > On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> > We are testing out release 1.1.1 and during our indexing performance testing, we seemed to get significantly slower throughput, the document/second rate is about 30% slower. We used the exact same yml file and startup settings. The code is also identical except for the breaking changes in the java client api (in this case minor naming changes) and different elasticsearch/lucene jars.
> > 
> > We have a 4 node test cluster. The test basically creates an index with 4 shards and no replicas/refreshing. We are indexing documents that are about 2KB each using the bulk api (500 documents per request).
> > 
> > Below is some environment info and some settings that we changed from the default.
> > 
> > MemTotal: 99016988 kB
> > 
> > ES\_HEAP\_SIZE=24g
> > 
> > MAX\_OPEN\_FILES=65535
> > 
> > /etc/elasticsearch/elasticsearch.yml :
> > 
> > cluster.name: estest
> > 
> > node.name: "es1"
> > 
> > node.rack: rack2
> > 
> > bootstrap.mlockall: true  
> > network.host: 1.2.3.4
> > 
> > gateway.recover\_after\_nodes: 3
> > 
> > gateway.expected\_nodes: 3
> > 
> > discovery.zen.minimum\_master\_nodes: 1
> > 
> > discovery.zen.ping.multicast.enabled: false
> > 
> > discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]  
> > indices.memory.index\_buffer\_size: 50%
> > 
> > index.translog.flush\_threshold\_ops: 50000
> > 
> > threadpool.search.type: fixed
> > 
> > threadpool.search.size: 20
> > 
> > threadpool.search.queue\_size: 100
> > 
> > threadpool.index.type: fixed  
> > threadpool.index.size: 60
> > 
> > threadpool.index.queue\_size: 200
> > 
> > threadpool.bulk.type: fixed
> > 
> > threadpool.bulk.size: 50
> > 
> > threadpool.bulk.queue\_size: 1000
> > 
> > cluster.routing.allocation.awareness.attributes: rack
> > 
> > --  
> > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com).  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> > To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com).  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 8, 2014, 10:57pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/6 "2014-05-08T22:57:58Z")

</div>

OpenJDK or Oracle?

(The current recommended version is 1.7.0\_55.)

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 9 May 2014 08:55, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:

> 1.7.0\_17
> 
> On May 8, 2014, at 6:52 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> 
> What java version?
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 9 May 2014 08:39, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:
> 
> > I tried various counts, after a certain point they didn’t make much  
> > difference. Also I am not necessarily concerned with improving performance  
> > as much as figuring out why I got a slowdown with the exact same settings  
> > in 1.1.1. I want to be sure we didn’t miss some configuration somewhere or  
> > some other issue. Thanks!
> > 
> > On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > wrote:
> > 
> > Can you yry increasing your bulk count to 1000, or more?
> > 
> > Regards,  
> > Mark Walkom
> > 
> > Infrastructure Engineer  
> > Campaign Monitor  
> > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > 
> > On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:
> > 
> > > We are testing out release 1.1.1 and during our indexing performance  
> > > testing, we seemed to get significantly slower throughput, the  
> > > document/second rate is about 30% slower. We used the exact same yml file  
> > > and startup settings. The code is also identical except for the breaking  
> > > changes in the java client api (in this case minor naming changes) and  
> > > different elasticsearch/lucene jars.
> > > 
> > > We have a 4 node test cluster. The test basically creates an index with  
> > > 4 shards and no replicas/refreshing. We are indexing documents that are  
> > > about 2KB each using the bulk api (500 documents per request).
> > > 
> > > Below is some environment info and some settings that we changed from  
> > > the default.
> > > 
> > > MemTotal: 99016988 kB
> > > 
> > > ES\_HEAP\_SIZE=24g
> > > 
> > > MAX\_OPEN\_FILES=65535
> > > 
> > > \*/etc/elasticsearch/elasticsearch.yml : \*
> > > 
> > > cluster.name: estest
> > > 
> > > node.name: "es1"
> > > 
> > > node.rack: rack2
> > > 
> > > bootstrap.mlockall: true
> > > 
> > > network.host: 1.2.3.4
> > > 
> > > gateway.recover\_after\_nodes: 3
> > > 
> > > gateway.expected\_nodes: 3
> > > 
> > > discovery.zen.minimum\_master\_nodes: 1
> > > 
> > > discovery.zen.ping.multicast.enabled: false
> > > 
> > > discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]
> > > 
> > > indices.memory.index\_buffer\_size: 50%
> > > 
> > > index.translog.flush\_threshold\_ops: 50000
> > > 
> > > threadpool.search.type: fixed
> > > 
> > > threadpool.search.size: 20
> > > 
> > > threadpool.search.queue\_size: 100
> > > 
> > > threadpool.index.type: fixed
> > > 
> > > threadpool.index.size: 60
> > > 
> > > threadpool.index.queue\_size: 200
> > > 
> > > threadpool.bulk.type: fixed
> > > 
> > > threadpool.bulk.size: 50
> > > 
> > > threadpool.bulk.queue\_size: 1000
> > > 
> > > cluster.routing.allocation.awareness.attributes: rack
> > > 
> > > --  
> > > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > > .  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to a topic in the  
> > Google Groups "elasticsearch" group.  
> > To unsubscribe from this topic, visit  
> > [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > To unsubscribe from this group and all its topics, send an email to  
> > [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com)[https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com)[https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the  
> Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit  
> [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to  
> [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com)[https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com)[https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN\_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![slushi](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@slushi](https://discuss.elastic.co/u/slushi)
#### Post date: [May 8, 2014, 11:05pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/7 "2014-05-08T23:05:20Z")

</div>

oracle. Yes I saw that, but I didn't see anything in the release notes mentioning a performance difference in the 2 jdks. I think there was something about some bugfixes. Unless there was something specific, I wouldn't think a minor jdk version would cause a huge performance drop, though I guess stranger things have happened.

On May 8, 2014, at 6:57 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:

> OpenJDK or Oracle?
> 
> (The current recommended version is 1.7.0\_55.)
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 9 May 2014 08:55, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> 1.7.0\_17
> 
> On May 8, 2014, at 6:52 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> 
> > What java version?
> > 
> > Regards,  
> > Mark Walkom
> > 
> > Infrastructure Engineer  
> > Campaign Monitor  
> > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > 
> > On 9 May 2014 08:39, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> > I tried various counts, after a certain point they didn't make much difference. Also I am not necessarily concerned with improving performance as much as figuring out why I got a slowdown with the exact same settings in 1.1.1. I want to be sure we didn't miss some configuration somewhere or some other issue. Thanks!
> > 
> > On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> > 
> > > Can you yry increasing your bulk count to 1000, or more?
> > > 
> > > Regards,  
> > > Mark Walkom
> > > 
> > > Infrastructure Engineer  
> > > Campaign Monitor  
> > > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > > 
> > > On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> > > We are testing out release 1.1.1 and during our indexing performance testing, we seemed to get significantly slower throughput, the document/second rate is about 30% slower. We used the exact same yml file and startup settings. The code is also identical except for the breaking changes in the java client api (in this case minor naming changes) and different elasticsearch/lucene jars.
> > > 
> > > We have a 4 node test cluster. The test basically creates an index with 4 shards and no replicas/refreshing. We are indexing documents that are about 2KB each using the bulk api (500 documents per request).
> > > 
> > > Below is some environment info and some settings that we changed from the default.
> > > 
> > > MemTotal: 99016988 kB
> > > 
> > > ES\_HEAP\_SIZE=24g
> > > 
> > > MAX\_OPEN\_FILES=65535
> > > 
> > > /etc/elasticsearch/elasticsearch.yml :
> > > 
> > > cluster.name: estest
> > > 
> > > node.name: "es1"
> > > 
> > > node.rack: rack2
> > > 
> > > bootstrap.mlockall: true  
> > > network.host: 1.2.3.4
> > > 
> > > gateway.recover\_after\_nodes: 3
> > > 
> > > gateway.expected\_nodes: 3
> > > 
> > > discovery.zen.minimum\_master\_nodes: 1
> > > 
> > > discovery.zen.ping.multicast.enabled: false
> > > 
> > > discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]  
> > > indices.memory.index\_buffer\_size: 50%
> > > 
> > > index.translog.flush\_threshold\_ops: 50000
> > > 
> > > threadpool.search.type: fixed
> > > 
> > > threadpool.search.size: 20
> > > 
> > > threadpool.search.queue\_size: 100
> > > 
> > > threadpool.index.type: fixed  
> > > threadpool.index.size: 60
> > > 
> > > threadpool.index.queue\_size: 200
> > > 
> > > threadpool.bulk.type: fixed
> > > 
> > > threadpool.bulk.size: 50
> > > 
> > > threadpool.bulk.queue\_size: 1000
> > > 
> > > cluster.routing.allocation.awareness.attributes: rack
> > > 
> > > --  
> > > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com).  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > 
> > > --  
> > > You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> > > To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > > To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com).  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com).  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> > To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com).  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN\_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Ivan](https://avatars.discourse-cdn.com/v4/letter/i/df788c/32.png) [@Ivan](https://discuss.elastic.co/u/Ivan)
#### Post date: [May 9, 2014, 6:20pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/8 "2014-05-09T18:20:32Z")

</div>

Which version of 0.90 did you upgrade from? Version 0.90.1 added store  
level throttle which can be a bottleneck if you have fast disks:

> **[Elasticsearch Platform — Find real-time answers at scale](https://www.elastic.co)**
>
> Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.

That is the only change I can think of that would be related to an upgrade.

--  
Ivan

On Thu, May 8, 2014 at 4:05 PM, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:

> oracle. Yes I saw that, but I didn’t see anything in the release notes  
> mentioning a performance difference in the 2 jdks. I think there was  
> something about some bugfixes. Unless there was something specific, I  
> wouldn’t think a minor jdk version would cause a huge performance drop,  
> though I guess stranger things have happened.
> 
> On May 8, 2014, at 6:57 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> 
> OpenJDK or Oracle?
> 
> (The current recommended version is 1.7.0\_55.)
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 9 May 2014 08:55, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:
> 
> > 1.7.0\_17
> > 
> > On May 8, 2014, at 6:52 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > wrote:
> > 
> > What java version?
> > 
> > Regards,  
> > Mark Walkom
> > 
> > Infrastructure Engineer  
> > Campaign Monitor  
> > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > 
> > On 9 May 2014 08:39, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:
> > 
> > > I tried various counts, after a certain point they didn’t make much  
> > > difference. Also I am not necessarily concerned with improving performance  
> > > as much as figuring out why I got a slowdown with the exact same settings  
> > > in 1.1.1. I want to be sure we didn’t miss some configuration somewhere or  
> > > some other issue. Thanks!
> > > 
> > > On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > > wrote:
> > > 
> > > Can you yry increasing your bulk count to 1000, or more?
> > > 
> > > Regards,  
> > > Mark Walkom
> > > 
> > > Infrastructure Engineer  
> > > Campaign Monitor  
> > > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > > 
> > > On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:
> > > 
> > > > We are testing out release 1.1.1 and during our indexing performance  
> > > > testing, we seemed to get significantly slower throughput, the  
> > > > document/second rate is about 30% slower. We used the exact same yml file  
> > > > and startup settings. The code is also identical except for the breaking  
> > > > changes in the java client api (in this case minor naming changes) and  
> > > > different elasticsearch/lucene jars.
> > > > 
> > > > We have a 4 node test cluster. The test basically creates an index with  
> > > > 4 shards and no replicas/refreshing. We are indexing documents that are  
> > > > about 2KB each using the bulk api (500 documents per request).
> > > > 
> > > > Below is some environment info and some settings that we changed from  
> > > > the default.
> > > > 
> > > > MemTotal: 99016988 kB
> > > > 
> > > > ES\_HEAP\_SIZE=24g
> > > > 
> > > > MAX\_OPEN\_FILES=65535
> > > > 
> > > > \*/etc/elasticsearch/elasticsearch.yml : \*
> > > > 
> > > > cluster.name: estest
> > > > 
> > > > node.name: "es1"
> > > > 
> > > > node.rack: rack2
> > > > 
> > > > bootstrap.mlockall: true
> > > > 
> > > > network.host: 1.2.3.4
> > > > 
> > > > gateway.recover\_after\_nodes: 3
> > > > 
> > > > gateway.expected\_nodes: 3
> > > > 
> > > > discovery.zen.minimum\_master\_nodes: 1
> > > > 
> > > > discovery.zen.ping.multicast.enabled: false
> > > > 
> > > > discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]
> > > > 
> > > > indices.memory.index\_buffer\_size: 50%
> > > > 
> > > > index.translog.flush\_threshold\_ops: 50000
> > > > 
> > > > threadpool.search.type: fixed
> > > > 
> > > > threadpool.search.size: 20
> > > > 
> > > > threadpool.search.queue\_size: 100
> > > > 
> > > > threadpool.index.type: fixed
> > > > 
> > > > threadpool.index.size: 60
> > > > 
> > > > threadpool.index.queue\_size: 200
> > > > 
> > > > threadpool.bulk.type: fixed
> > > > 
> > > > threadpool.bulk.size: 50
> > > > 
> > > > threadpool.bulk.queue\_size: 1000
> > > > 
> > > > cluster.routing.allocation.awareness.attributes: rack
> > > > 
> > > > --  
> > > > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > > To view this discussion on the web visit  
> > > > [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > > > .  
> > > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > 
> > > --  
> > > You received this message because you are subscribed to a topic in the  
> > > Google Groups "elasticsearch" group.  
> > > To unsubscribe from this topic, visit  
> > > [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > > To unsubscribe from this group and all its topics, send an email to  
> > > [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com)[https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > > .  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > 
> > > --  
> > > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com)[https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com?utm_medium=email&utm_source=footer)  
> > > .  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to a topic in the  
> > Google Groups "elasticsearch" group.  
> > To unsubscribe from this topic, visit  
> > [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > To unsubscribe from this group and all its topics, send an email to  
> > [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com)[https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com)[https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the  
> Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit  
> [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to  
> [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN\_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com)[https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN\_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com)[https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com?utm_medium=email&utm_source=footer)  
> .
> 
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQDMtjuQ6SCkwpM9pz3sV0p4DuM8tXps34ycuh4u\_Et6xg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQDMtjuQ6SCkwpM9pz3sV0p4DuM8tXps34ycuh4u_Et6xg%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![slushi](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@slushi](https://discuss.elastic.co/u/slushi)
#### Post date: [May 9, 2014, 6:41pm UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/9 "2014-05-09T18:41:04Z")

</div>

We upgraded from 0.90.11, but we didn't set this option. Today we were able to reproduce the slowdown on a single node cluster. We also use some analysis plugins, especially the ICU plugin. We are going to try to check performance if we don't use those plugins to see if that's causing the issue.

On May 9, 2014, at 2:20 PM, Ivan Brusic [ivan@brusic.com](mailto:ivan@brusic.com) wrote:

> Which version of 0.90 did you upgrade from? Version 0.90.1 added store level throttle which can be a bottleneck if you have fast disks: [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-store.html#store-throttling)
> 
> That is the only change I can think of that would be related to an upgrade.
> 
> --  
> Ivan
> 
> On Thu, May 8, 2014 at 4:05 PM, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> oracle. Yes I saw that, but I didn't see anything in the release notes mentioning a performance difference in the 2 jdks. I think there was something about some bugfixes. Unless there was something specific, I wouldn't think a minor jdk version would cause a huge performance drop, though I guess stranger things have happened.
> 
> On May 8, 2014, at 6:57 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> 
> > OpenJDK or Oracle?
> > 
> > (The current recommended version is 1.7.0\_55.)
> > 
> > Regards,  
> > Mark Walkom
> > 
> > Infrastructure Engineer  
> > Campaign Monitor  
> > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > 
> > On 9 May 2014 08:55, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> > 1.7.0\_17
> > 
> > On May 8, 2014, at 6:52 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> > 
> > > What java version?
> > > 
> > > Regards,  
> > > Mark Walkom
> > > 
> > > Infrastructure Engineer  
> > > Campaign Monitor  
> > > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > > 
> > > On 9 May 2014 08:39, Kireet [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> > > I tried various counts, after a certain point they didn't make much difference. Also I am not necessarily concerned with improving performance as much as figuring out why I got a slowdown with the exact same settings in 1.1.1. I want to be sure we didn't miss some configuration somewhere or some other issue. Thanks!
> > > 
> > > On May 8, 2014, at 6:32 PM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:
> > > 
> > > > Can you yry increasing your bulk count to 1000, or more?
> > > > 
> > > > Regards,  
> > > > Mark Walkom
> > > > 
> > > > Infrastructure Engineer  
> > > > Campaign Monitor  
> > > > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > > > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > > > 
> > > > On 9 May 2014 05:01, slushi [kireetreddy@gmail.com](mailto:kireetreddy@gmail.com) wrote:  
> > > > We are testing out release 1.1.1 and during our indexing performance testing, we seemed to get significantly slower throughput, the document/second rate is about 30% slower. We used the exact same yml file and startup settings. The code is also identical except for the breaking changes in the java client api (in this case minor naming changes) and different elasticsearch/lucene jars.
> > > > 
> > > > We have a 4 node test cluster. The test basically creates an index with 4 shards and no replicas/refreshing. We are indexing documents that are about 2KB each using the bulk api (500 documents per request).
> > > > 
> > > > Below is some environment info and some settings that we changed from the default.
> > > > 
> > > > MemTotal: 99016988 kB
> > > > 
> > > > ES\_HEAP\_SIZE=24g
> > > > 
> > > > MAX\_OPEN\_FILES=65535
> > > > 
> > > > /etc/elasticsearch/elasticsearch.yml :
> > > > 
> > > > cluster.name: estest
> > > > 
> > > > node.name: "es1"
> > > > 
> > > > node.rack: rack2
> > > > 
> > > > bootstrap.mlockall: true  
> > > > network.host: 1.2.3.4
> > > > 
> > > > gateway.recover\_after\_nodes: 3
> > > > 
> > > > gateway.expected\_nodes: 3
> > > > 
> > > > discovery.zen.minimum\_master\_nodes: 1
> > > > 
> > > > discovery.zen.ping.multicast.enabled: false
> > > > 
> > > > discovery.zen.ping.unicast.hosts: ["es1", "es2", "es3", "es4"]  
> > > > indices.memory.index\_buffer\_size: 50%
> > > > 
> > > > index.translog.flush\_threshold\_ops: 50000
> > > > 
> > > > threadpool.search.type: fixed
> > > > 
> > > > threadpool.search.size: 20
> > > > 
> > > > threadpool.search.queue\_size: 100
> > > > 
> > > > threadpool.index.type: fixed  
> > > > threadpool.index.size: 60
> > > > 
> > > > threadpool.index.queue\_size: 200
> > > > 
> > > > threadpool.bulk.type: fixed
> > > > 
> > > > threadpool.bulk.size: 50
> > > > 
> > > > threadpool.bulk.queue\_size: 1000
> > > > 
> > > > cluster.routing.allocation.awareness.attributes: rack
> > > > 
> > > > --  
> > > > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/edea9e8f-e2f3-424e-b381-3d6dc4b96979%40googlegroups.com).  
> > > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > > 
> > > > --  
> > > > You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> > > > To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > > > To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YYMESG9zYtb9shwEHU1Pkt9Dzn9n%3D6TMegRcx4pyZSkw%40mail.gmail.com).  
> > > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > 
> > > --  
> > > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/E64BA391-4124-4CAC-BC70-360F91B549BF%40gmail.com).  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > 
> > > --  
> > > You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> > > To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > > To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bJ2JaF9p-P5tkvzCARBp4N7o%2BOJJPs1PO8HXo1q%2Bqy2Q%40mail.gmail.com).  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/088AABB9-5201-4112-BD5A-449EF5852439%40gmail.com).  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> > To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> > To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN\_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZoSjN25eaUYc4xr%2BOeBLq4qriN_Q%2BCK9BWhp6H-3qTZA%40mail.gmail.com).  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/2F401176-E005-4946-BDE3-0395943C798E%40gmail.com).
> 
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit [https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe](https://groups.google.com/d/topic/elasticsearch/qydm3PG4Jxw/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQDMtjuQ6SCkwpM9pz3sV0p4DuM8tXps34ycuh4u\_Et6xg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQDMtjuQ6SCkwpM9pz3sV0p4DuM8tXps34ycuh4u_Et6xg%40mail.gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/32EF6AF1-7584-4CB4-B120-404DEFD19FFC%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/32EF6AF1-7584-4CB4-B120-404DEFD19FFC%40gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:30am UTC](https://discuss.elastic.co/t/performance-slowdown-after-upgrading-from-0-90-to-1-1-1/17416/10 "2017-07-06T01:30:28Z")

</div>


