Yep. With those kind of numbers you're likely overwhelming the cluster with connections. You be better off if you can configure it to have either 1 connection per machine, or at least 1 connection per test. Creating lots of connections is definitely not a good idea, and remember that each connection will actually create at least an individual connection to every node in the cluster (might be more), so things are going to blow out massively if you have a lot of clients.
- Lots of simultaneous connections? Max Campos
- Re: Lots of simultaneous connections? kurt greaves
- Re: Lots of simultaneous connections? Max Campos
- Re: Lots of simultaneous connections? kurt greaves
- RE: [EXTERNAL] Lots of simultaneous connections? Durity, Sean R