Re: [devel] [PATCH 1 of 1] lcknd: fix lock sync bug during election of new master [#1488]

2016-03-31 Thread Anders Widell
Yes, I agree let's push it. I have also tested running with old and new versions of the LCK service in the same cluster, and didn't encounter any visible problems (though I suspect this is due to pure luck. :-)). regards, Anders Widell On 03/31/2016 02:33 PM, Alex Jones wrote: > Hi Anders, > >

Re: [devel] [PATCH 1 of 1] lcknd: fix lock sync bug during election of new master [#1488]

2016-03-07 Thread Alex Jones
Hi Anders, My comments inline... Alex On 03/07/2016 10:48 AM, Anders Widell wrote: > Hi! > > I was able to reproduce the problem and without your patch it happens > every time. With your patch it seems to work most of the time, but > sometimes I get a crash in the node director: > > #0

Re: [devel] [PATCH 1 of 1] lcknd: fix lock sync bug during election of new master [#1488]

2016-03-07 Thread Anders Widell
Hi! I was able to reproduce the problem and without your patch it happens every time. With your patch it seems to work most of the time, but sometimes I get a crash in the node director: #0 _int_malloc (av=0x40c95760 , bytes=21) at malloc.c:3388 #1 0x409597b0 in __GI___libc_malloc

[devel] [PATCH 1 of 1] lcknd: fix lock sync bug during election of new master [#1488]

2015-12-01 Thread Alex Jones
osaf/libs/common/glsv/glsv_edu.c | 3 + osaf/libs/common/glsv/include/glnd_evt.h | 2 + osaf/libs/common/glsv/include/glnd_res.h | 8 ++- osaf/services/saf/glsv/glnd/glnd_cb.c| 12 ++-- osaf/services/saf/glsv/glnd/glnd_evt.c | 9 +++- osaf/services/saf/glsv/glnd/glnd_res.c