Re: [Bacula-devel] Race condition in bacula restore jobs

2013-09-04 Thread Kern Sibbald
Hello again, You never specified what version of Bacula you are using. I imagine it is a somewhat old one, because I just looked at the current released code, and this issue was corrected by me in 2008 then modified to be backend independent (due to different vendors having different SQL syntax) i

Re: [Bacula-devel] Race condition in bacula restore jobs

2013-07-29 Thread Kern Sibbald
Hello, Bugs should be reported in the bugs database (see www.bacula.org) otherwise they risk to get lost in monster INBOXes. Possibilities to get it fixed: 1. If someone comes up with a nice patch for this, I will be happy to apply it. 2. I am extremely overloaded at the current time, so if I

Re: [Bacula-devel] Race condition in bacula restore jobs

2013-07-29 Thread Bugbear
Hi again, Any thoughts on this ? Is there some kind of patch or is this going to be fixed in some of the future releases ? Regards, On Tue, 23 Jul 2013 16:21:21 +0300 Bugbear wrote: > Hello guys, > > I experience race condition if I try to start 2 or more simulatenous > restore jobs (at t

[Bacula-devel] Race condition in bacula restore jobs

2013-07-23 Thread Bugbear
Hello guys, I experience race condition if I try to start 2 or more simulatenous restore jobs (at the very same time). There are 2 temporary tables, which are created during restore, with names "temp" and "temp1". The definition of these tables can be seen here: File: sql_cmds.c (Bacula 5.2.13)