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>
Fri, 24 May 2013 12:22:16 +0000 (14:22 +0200)
commita002c6ec1264b4bd4e600db0c914a6729b371556
tree86e1e5e10a49087a2d42a0d7ae3f1eec6545dc20
parentd1dd29197e62e16f97d041d890a7ccfe65e60cd7
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>
(This used to be ctdb commit 32723c9efdad1c6ca4aa53f308ccd9bef1aadfff)
ctdb/server/ctdb_recover.c