Cassandra Connection Pool 0.3.5

I have just release version 0.3.5 of my Cassandra Connection Pool.
It contains a couple of bug-fixes when setting configuration properties via the generic set() method and much improved logging: all logs are prefixed with the pool’s name, periodic activity is lowered at trace from debug, and extra logging is done on pool exhaustion.

I recommend upgrading to it.

Get it from my Maven repo.

Share

3 thoughts on “Cassandra Connection Pool 0.3.5”

  1. Thank you, I use it and it saved me a week or two. Two points:
    1) Placing CassandraThriftDataSource in org.apache.cassandra.thrift package creates ‘split package’ problem in case of deploying the pool in OSGI container.
    2) What about avro? There is no abstraction layer to switch from thrift to avro.

  2. Thank you, I use it and it saved me a week or two. Two points:
    1) Placing CassandraThriftDataSource in org.apache.cassandra.thrift package creates ‘split package’ problem in case of deploying the pool in OSGI container.
    2) What about avro? There is no abstraction layer to switch from thrift to avro.

  3. 1) Yes, I am trying to get the CassandraThriftDataSource in the official cassandra thrift packages.
    2) The Cassandra developers have recently been debating on the mailing list about dropping the avro interface, so I see no point in developing support for it.

Leave a Reply

Your email address will not be published.