Hi all,

I find the verify job feature of bacula really useful to see what has changed since the last verifyinit job, but the job output is becoming difficult to read as it's clustered with lots and lots of messages of the form:

17-Dec 18:28 foo-dir JobId 67663: Warning: sql_get.c:186 More than one 
Filename!: 2 for file: AnySimpleTypeDatatypeValidator.hpp

And:

17-Dec 18:28 foo-dir JobId 67663: Warning: sql_get.c:236 More than one Path!: 2 
for path: /usr/include/xercesc/validators/common/


Looking at the database, the messages are absolutely right:

select * from Filename where Name = "AnySimpleTypeDatatypeValidator.hpp";
+------------+------------------------------------+
| FilenameId | Name                               |
+------------+------------------------------------+
|    6421754 | AnySimpleTypeDatatypeValidator.hpp |
|    6421755 | AnySimpleTypeDatatypeValidator.hpp |
+------------+------------------------------------+
2 rows in set (0.00 sec)


select * from Path where Path = "/usr/include/xercesc/validators/common/";
+---------+-----------------------------------------+
| PathId  | Path                                    |
+---------+-----------------------------------------+
| 2518839 | /usr/include/xercesc/validators/common/ |
| 2518840 | /usr/include/xercesc/validators/common/ |
+---------+-----------------------------------------+
2 rows in set (0.00 sec)


I've been using the verify job feature for years (thanks!), but have only come across this relatively recently - presumably it's a race condition since switching to running jobs in parallel.

Firstly:

1) Should I be worried about these messages?

2) If not, is there a good way to get rid of them?!

I'm using bacula 9.6.5 + mariadb on centos7.

Thanks!

Mark


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

Reply via email to