Fix changelog typos

This commit is contained in:
Tyler Hobbs
2013-11-12 15:31:50 -06:00
parent 1ba840346d
commit 778612e6dd

View File

@@ -19,19 +19,20 @@ Bug Fixes
against all hosts against all hosts
* Improved cleanup and reconnection efforts when reconnection fails * Improved cleanup and reconnection efforts when reconnection fails
on a node that has recently come up on a node that has recently come up
* Use correct consistency level on when retrying failed operations * Use correct consistency level when retrying failed operations
against a different host. (An invalid consistency level was being against a different host. (An invalid consistency level was being
used, causing the retry to fail.) used, causing the retry to fail.)
* Better error messages for failed prepare() opertaions * Better error messages for failed ``Session.prepare()`` opertaions
* Prepare new statements against all hosts in parallel (formerly * Prepare new statements against all hosts in parallel (formerly
sequential) sequential)
* Fix failure to save the new current keyspace on connections. (This * Fix failure to save the new current keyspace on connections. (This
could cause problems for prepared statements and lead to extra could cause problems for prepared statements and lead to extra
operations to continuously re-set the keyspace) operations to continuously re-set the keyspace.)
* Avoid sharing LoadBalancingPolicies across Cluster instances. (When a second * Avoid sharing ``LoadBalancingPolicies`` across ``Cluster`` instances. (When
Cluster was connected, it effectively mark nodes down for the first Cluster.) a second ``Cluster`` was connected, it effectively mark nodes down for the
* Better handling of failures during the re-preparation sequence for unrecognized first ``Cluster``.)
prepared statements * Better handling of failures during the re-preparation sequence for
unrecognized prepared statements
* Throttle trashing of underutilized connections to avoid trashing newly * Throttle trashing of underutilized connections to avoid trashing newly
created connections created connections
* Fix race condition which could result in trashed connections being closed * Fix race condition which could result in trashed connections being closed
@@ -56,7 +57,7 @@ Other
* Don't retain unreferenced prepared statements in the local cache. * Don't retain unreferenced prepared statements in the local cache.
(If many different prepared statements were created, this would (If many different prepared statements were created, this would
increase memory usage and greatly increase the amount of time increase memory usage and greatly increase the amount of time
required to being utilizing a node that was added or marked required to begin utilizing a node that was added or marked
up.) up.)
1.0.0b6 1.0.0b6