TRANSACTION:
TRANSACTION 208788977, ACTIVE 1 sec setting auto-inc lock
mysql tables in use 4, locked 4
9 lock struct(s), heap size 1184, 5 row lock(s)
MySQL thread id 50808, OS thread handle 0x7f8f2c3b4700,
query id 29558637 <host> 192.168.10.99 bacula Sending
data
INSERT INTO File (FileIndex, JobId, PathId, FilenameId,
LStat, MD5, DeltaSeq) SELECT batch.FileIndex, batch.JobId,
Path.PathId, Filename.FilenameId,batch.LStat, batch.MD5,
batch.DeltaSeq FROM batch JOIN Path ON (batch.Path =
Path.Path) JOIN Filename ON (batch.Name = Filename.Name)
WAITING FOR THIS LOCK TO BE GRANTED:
TABLE LOCK table `bacula`.`File` trx id 208788977 lock
mode AUTO-INC waiting
WE ROLL BACK TRANSACTION (2)
I am running Bacula 7.0.5 on RHEL 6.6 x64 with Director,
Storage and Catalog running on separate RHEL 6.6 hosts. Our
clients are RHEL 6's, 5's and Windows Servers 2008 and 2012R2.
Any help would be much appreciated.