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>
Wed, 23 Feb 2011 16:49:59 +0000 (17:49 +0100)
commite4567b85b6f03af9a022681d8a4baac6b92b5198
treed5f8ea0c0e809cf4408756af38b648c9dbd2165a
parentd35f63369d0124ed295de6a7a287b425176f2333
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