recover: finish pending trans3 commits when a recovery is finished.
authorMichael Adam <obnox@samba.org>
Wed, 23 Feb 2011 16:39:57 +0000 (17:39 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 24 Feb 2011 09:32:00 +0000 (10:32 +0100)
commita7da26616137615958a01ac67f622272ea49b255
tree6d991724d5be4b31f89c4df54be92598205cddbb
parentb4acf5474705c3841f6dfe214de2fcebc451b3b5
recover: finish pending trans3 commits when a recovery is finished.

When the end_recovery control is received, pending trans3 commits are
finished. During the recovery, all the actions like persistent_callback
and persistent_store_timeout had been disabled to let the recovery do
its job. After the recover is completed, send the reply to the waiting
clients.
server/ctdb_recover.c