Re: [Freeipa-devel] [PATCH 0257] Fix race condition during zone loading

2014-11-03 Thread Petr Spacek
On 17.6.2014 09:33, Tomas Hozza wrote: - Original Message - >On 28.5.2014 13:26, Tomas Hozza wrote: > >On 05/27/2014 03:59 PM, Petr Spacek wrote: > >>On 27.5.2014 15:54, Petr Spacek wrote: > >>>Fix race condition during zone loading. > >>> > >>>DNS zone has to be added to DNS view bef

Re: [Freeipa-devel] [PATCH 0257] Fix race condition during zone loading

2014-06-17 Thread Tomas Hozza
- Original Message - > On 28.5.2014 13:26, Tomas Hozza wrote: > > On 05/27/2014 03:59 PM, Petr Spacek wrote: > >> On 27.5.2014 15:54, Petr Spacek wrote: > >>> Fix race condition during zone loading. > >>> > >>> DNS zone has to be added to DNS view before dns_zone_load() is called. > >>> It

Re: [Freeipa-devel] [PATCH 0257] Fix race condition during zone loading

2014-05-28 Thread Petr Spacek
On 28.5.2014 13:26, Tomas Hozza wrote: On 05/27/2014 03:59 PM, Petr Spacek wrote: On 27.5.2014 15:54, Petr Spacek wrote: Fix race condition during zone loading. DNS zone has to be added to DNS view before dns_zone_load() is called. It is necessary to prevent dns_zone_load() from racing with dn

Re: [Freeipa-devel] [PATCH 0257] Fix race condition during zone loading

2014-05-28 Thread Tomas Hozza
On 05/27/2014 03:59 PM, Petr Spacek wrote: > On 27.5.2014 15:54, Petr Spacek wrote: >> Fix race condition during zone loading. >> >> DNS zone has to be added to DNS view before dns_zone_load() is called. >> It is necessary to prevent dns_zone_load() from racing with >> dns_zone_setview(). >> >> Thi

Re: [Freeipa-devel] [PATCH 0257] Fix race condition during zone loading

2014-05-27 Thread Petr Spacek
On 27.5.2014 15:54, Petr Spacek wrote: Fix race condition during zone loading. DNS zone has to be added to DNS view before dns_zone_load() is called. It is necessary to prevent dns_zone_load() from racing with dns_zone_setview(). This race condition sometimes prevents zone from being signed. No