vacuum: Reduce the priority of non-critical error
authorAmitay Isaacs <amitay@gmail.com>
Fri, 24 May 2013 08:07:39 +0000 (18:07 +1000)
committerMichael Adam <obnox@samba.org>
Mon, 26 Aug 2013 11:35:50 +0000 (13:35 +0200)
commitc560b2fb00dd0e3caf7dd2ab794ffd12dd67f1a9
tree93ee2357fd135d1f3adef7033f3b05008e21f643
parent9c35bc67038bab299c0baa7e1da6e0f00d7359b1
vacuum: Reduce the priority of non-critical error

Since the complete database is not locked when the receive_records
control is received, it's possible that we may not be able to obtain
lock on a chain.  We will try again to store this record.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 32723c9efdad1c6ca4aa53f308ccd9bef1aadfff)
server/ctdb_recover.c