Re: [Freeipa-devel] [PATCH 0018] Deadlock detection logic

2012-05-07 Thread Petr Spacek
On 05/03/2012 02:18 PM, Adam Tkac wrote: On Tue, Apr 24, 2012 at 03:52:00PM +0200, Petr Spacek wrote: On 04/24/2012 03:21 PM, Petr Spacek wrote: Hello, this patch adds deadlock detection (based on simple timeout) to current code. If (probable) deadlock is detected, current action is stopped

Re: [Freeipa-devel] [PATCH 0018] Deadlock detection logic

2012-05-07 Thread Adam Tkac
On 05/07/2012 12:35 PM, Petr Spacek wrote: On 05/03/2012 02:18 PM, Adam Tkac wrote: On Tue, Apr 24, 2012 at 03:52:00PM +0200, Petr Spacek wrote: On 04/24/2012 03:21 PM, Petr Spacek wrote: Hello, this patch adds deadlock detection (based on simple timeout) to current code. If (probable)

Re: [Freeipa-devel] [PATCH 0018] Deadlock detection logic

2012-05-07 Thread Petr Spacek
On 05/07/2012 12:50 PM, Adam Tkac wrote: On 05/07/2012 12:35 PM, Petr Spacek wrote: On 05/03/2012 02:18 PM, Adam Tkac wrote: On Tue, Apr 24, 2012 at 03:52:00PM +0200, Petr Spacek wrote: On 04/24/2012 03:21 PM, Petr Spacek wrote: Hello, this patch adds deadlock detection (based on simple

Re: [Freeipa-devel] [PATCH 0018] Deadlock detection logic

2012-05-03 Thread Adam Tkac
On Tue, Apr 24, 2012 at 03:52:00PM +0200, Petr Spacek wrote: On 04/24/2012 03:21 PM, Petr Spacek wrote: Hello, this patch adds deadlock detection (based on simple timeout) to current code. If (probable) deadlock is detected, current action is stopped with proper error. It properly

[Freeipa-devel] [PATCH 0018] Deadlock detection logic

2012-04-24 Thread Petr Spacek
Hello, this patch adds deadlock detection (based on simple timeout) to current code. If (probable) deadlock is detected, current action is stopped with proper error. It properly detects Simo's deadlock with 'connections' parameter == 1. (Described in

Re: [Freeipa-devel] [PATCH 0018] Deadlock detection logic

2012-04-24 Thread Petr Spacek
On 04/24/2012 03:21 PM, Petr Spacek wrote: Hello, this patch adds deadlock detection (based on simple timeout) to current code. If (probable) deadlock is detected, current action is stopped with proper error. It properly detects Simo's deadlock with 'connections' parameter == 1. (Described in