thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

inverted assert #69

Closed mdione-orange closed 12 years ago

mdione-orange commented 12 years ago

https://github.com/Netflix/CassJMeter/blob/master/src/main/java/com/netflix/jmeter/sampler/Connection.java#L52

this line asserts that there are no servers configured! also, the method assumes the port to use for all the servers is the port configures in the last server defined.