Amazon elasticache cluster looks to be a really good choice for auto-scaling but it seems the load distribution is not equal among the nodes.
Both memory and CPU wise the node 1 seems to take almost twice the resource than other nodes. This often leads to increase in response time at peak hours even when most other nodes are sitting ideally.
I am using r3.2x instances (8cpu, 60GB mem)
Is anyone having the same problem? What can be cause for this behaviour (in elasticache or in my memcache module)? On my side I am using distribution consistent hashing (Ketama algo). Any better alternative ?