I'm having problems with load distribution between nodes within single
cluster. ES version is 0.90.12. My configuration is 5 nodes (m3.xlarge
machines on EC2) located in 3 different zones (2+2+1) with EC2 discovery.
All nodes with data. Index has 5 shards with 2 replicas, and is distributed
using force awareness with attribute "zone" set to "zone1", "zone2" or
"zone3". All nodes works well and process search requests. Cluster state is
green. I've got heap memory increased to 8GB.
Problem starts when I'm not using load balancer and all search requests
hits the same node. It looks line ES doesn't distribute work between all
nodes within the cluster, but only the ones within the same zone. Search
queue for these nodes is growing, while machines from different zones has
CPU usage 0% and no searches (I'm using bigdesk stats). During this test I
send only search requests, nothing else. Most parameters have default
values (nodes, index).
(When I use only single zone for all 5 nodes, something similar happens -
only set of nodes that together contains all shards is working, while the
rest of nodes do nothing)
I'm having problems with load distribution between nodes within single
cluster. ES version is 0.90.12. My configuration is 5 nodes (m3.xlarge
machines on EC2) located in 3 different zones (2+2+1) with EC2 discovery.
All nodes with data. Index has 5 shards with 2 replicas, and is distributed
using force awareness with attribute "zone" set to "zone1", "zone2" or
"zone3". All nodes works well and process search requests. Cluster state is
green. I've got heap memory increased to 8GB.
Problem starts when I'm not using load balancer and all search requests
hits the same node. It looks line ES doesn't distribute work between all
nodes within the cluster, but only the ones within the same zone. Search
queue for these nodes is growing, while machines from different zones has
CPU usage 0% and no searches (I'm using bigdesk stats). During this test I
send only search requests, nothing else. Most parameters have default
values (nodes, index).
(When I use only single zone for all 5 nodes, something similar happens -
only set of nodes that together contains all shards is working, while the
rest of nodes do nothing)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.