Skip to content

Commit

Permalink
upgrade to thrift 0.5, notes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Oct 30, 2010
1 parent dee4007 commit b7cf7ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Changes by version:
0.7.0-19
========
Fix issue 74 with fix suggested by Patricio Echague
CassandraHostRetry service will retry downed hosts in a background thread at the interval specified on CassandraHostConfigurator
Refactoring of the connection pooling innards to fix epic race condition on failover. This includes but is not limited to:
- Removal of classes effectively matching the pattern CassandraClient* from the service package
- Command is gone. It was no longer needed and was more confusing than anything else
- Pooling logic has been stress tested by a neutral third party (no, really!)
Upgrade to thrift 0.5 to match Cassandra (it caught us by surprise as well).


0.7.0-17
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@
<dependency>
<groupId>libthrift</groupId>
<artifactId>libthrift</artifactId>
<version>959516</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>apache-cassandra</artifactId>
<version>0.7.0-beta2</version>
<version>0.7.0-rc1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit b7cf7ca

Please sign in to comment.