mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
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)
This commit is contained in:
parent
d1dd29197e
commit
a002c6ec12
@ -1138,7 +1138,7 @@ static int store_tdb_record(struct ctdb_context *ctdb,
|
||||
|
||||
/* use a non-blocking lock */
|
||||
if (tdb_chainlock_nonblock(ctdb_db->ltdb->tdb, key) != 0) {
|
||||
DEBUG(DEBUG_ERR, (__location__ " Failed to lock chain\n"));
|
||||
DEBUG(DEBUG_INFO, (__location__ " Failed to lock chain in non-blocking mode\n"));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user