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)
commit32723c9efdad1c6ca4aa53f308ccd9bef1aadfff
tree5ae1d6a0c74d140f0704ff47370ad7b0d2be37b5
parentb697625b184227dad1be31a41b7a3fd9bd312e29
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>
server/ctdb_recover.c