On Mon, Feb 23, 2015 at 3:42 PM, Jaydeep Chovatia < chovatia.jayd...@gmail.com> wrote:
> I have created different tables and my test application reads/writes with > CL=QUORUM. Under load I found that my one node is taking more > resources (double CPU) than the other two. I have also verified that there > is no other process causing this problem. > My bold prediction is that you are sending all client connections to this node. Don't do that, round-robin them. =Rob