New version 1.12
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 8 Nov 2011 05:20:09 +0000 (16:20 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 8 Nov 2011 05:20:09 +0000 (16:20 +1100)
* Tue Nov 8 2011 : Version 1.12
 - Add new tunable : AllowClientDBAttach that can be used to stop
   client db access during maintenance operations
 - Updated logging for interfaces that are missing or dont exist but are
   configured to be used.
 - Add timeout argument to ctdb_cmdline_client
 - PDMA support
 - Initial support for 'readonly' delegations for ctdb databases
   This will when finished greatly improve performance for contended hot
   records that are used for just read-access.
 - New 'ctdb cattdb' command
 - Massive updates to tests and eventscripts
 - LCP2 ip allocation algorithm
 - Record Fetch collapse. Collapse multiple fetch-lock requests from cients
   to a single network fetch and defer other concurrent requests until the
   initial fetch completes, and then service the deferred calls locally.
   This will greatly improve performance for contended hot records
   where clients request write-locks.

(This used to be ctdb commit bda24b7f313289404b68ce8b9177fbd6b6a05dd7)

ctdb/packaging/RPM/ctdb.spec.in

index 4b2d98b3b55ec150bd60d0f9fd98bc7298328d45..969a01b8602c234c7e5f4ee2bfdc30fe74fd90c9 100644 (file)
@@ -146,6 +146,24 @@ development libraries for ctdb
 %{_libdir}/libctdb.a
 
 %changelog
+* Tue Nov 8 2011 : Version 1.12
+ - Add new tunable : AllowClientDBAttach that can be used to stop
+   client db access during maintenance operations
+ - Updated logging for interfaces that are missing or dont exist but are
+   configured to be used.
+ - Add timeout argument to ctdb_cmdline_client
+ - PDMA support
+ - Initial support for 'readonly' delegations for ctdb databases
+   This will when finished greatly improve performance for contended hot
+   records that are used for just read-access.
+ - New 'ctdb cattdb' command
+ - Massive updates to tests and eventscripts
+ - LCP2 ip allocation algorithm
+ - Record Fetch collapse. Collapse multiple fetch-lock requests from cients
+   to a single network fetch and defer other concurrent requests until the 
+   initial fetch completes, and then service the deferred calls locally.
+   This will greatly improve performance for contended hot records 
+   where clients request write-locks.
 * Thu Sep 1 2011 : Version 1.11
  - Major updates.
 * Tue May 25 2010 : Version 1.10