16-Dec 04:39 minbar-dir JobId 28076: Fatal error: sql_create.c:589
Create db Path record INSERT INTO Path (Path) VALUES
('/usr/src/linux-5.10.1-gentoo/include/linux/fsl/') failed.
ERR=Duplicate entry '/usr/src/linux-5.10.1-gentoo/include/linux/fsl/'
for key 'Path'
16-Dec 04:39 minbar-dir JobId 28076: Fatal error: catreq.c:664 attribute
create error. ERR=sql_create.c:589 Create db Path record INSERT INTO
Path (Path) VALUES ('/usr/src/linux-5.10.1-gentoo/include/linux/fsl/')
failed. ERR=Duplicate entry
'/usr/src/linux-5.10.1-gentoo/include/linux/fsl/' for key 'Path'


I'm going to guess maybe a race condition occurred between separate
threads where two jobs happened to try to write the same Path at the
same time.  This is a low-probability failure, but should we consider
doing an INSERT IGNORE or REPLACE INTO here?


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to