ReadOnly DOCS: update the docs for readonly delegations to remove the passage that...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 24 Oct 2011 02:19:30 +0000 (13:19 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 24 Oct 2011 02:19:30 +0000 (13:19 +1100)
doc/readonlyrecords.txt

index c07d5830bebb39d52ff0ec81e71611a50f8132af..acdab2e49b4c25730b609144ee07a657687f1712 100644 (file)
@@ -142,11 +142,6 @@ This will change to instead do
                     ask ctdb to migrate the record onto the node
                     goto try_again
                 lock record in tdb
-                if record fails RSN test
-                    unlock record
-                    ask ctdb to migrate the record onto the node
-                    goto try_again
-                write the updated record from ctdb to tdb
                 goto finished
 
         unlock record
@@ -168,8 +163,6 @@ This heuristics provide a mechanism where we will not create Read-Only delegatio
 This avoids creating and revoking Read-Only delegations when only a single client is repeatedly accessing the same set of records.
 This also aims to limit the size of the tracking tdb.
 
-Note that writing the copy of the Read-Only record to the TDB database is done by the client, not by ctdbd. This is to avoid a probable need for creating a child process for a likely contended record where locking the record would likely block.
-
 
 Server implementation
 =====================