[devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-11 Thread Hans Feldt
osaf/services/saf/amf/amfnd/comp.cc | 8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) If a component crash/exits during opensaf shutdown it will delay the shutdown with the component configured callback timeout. The reason is that the avadown event is ignored in the shutdown state

Re: [devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-11 Thread praveen malviya
On 11-Feb-14 7:18 PM, Hans Feldt wrote: > osaf/services/saf/amf/amfnd/comp.cc | 8 +--- > 1 files changed, 1 insertions(+), 7 deletions(-) > > > If a component crash/exits during opensaf shutdown it will delay the shutdown > with the component configured callback timeout. > > The reason is

Re: [devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-11 Thread Hans Feldt
> -Original Message- > From: praveen malviya [mailto:praveen.malv...@oracle.com] > Sent: den 12 februari 2014 08:02 > To: Hans Feldt > Cc: opensaf-devel@lists.sourceforge.net > Subject: Re: [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778] > > > On 11-Feb-14 7:18 PM, Hans Fel

Re: [devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-12 Thread praveen malviya
On 12-Feb-14 12:57 PM, Hans Feldt wrote: > >> -Original Message- >> From: praveen malviya [mailto:praveen.malv...@oracle.com] >> Sent: den 12 februari 2014 08:02 >> To: Hans Feldt >> Cc: opensaf-devel@lists.sourceforge.net >> Subject: Re: [PATCH 1 of 1] amfnd: handle avadown in shutting do

Re: [devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-12 Thread Hans Feldt
> -Original Message- > From: praveen malviya [mailto:praveen.malv...@oracle.com] > >> Please clear one doubt here before testing it. Since avadown is received > >> by AMFND and it is ignoring it. It means AMFND > >> is not cleaning up comp related information in its database. > >> But wha

Re: [devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-12 Thread praveen malviya
On 12-Feb-14 3:45 PM, Hans Feldt wrote: >> -Original Message- >> From: praveen malviya [mailto:praveen.malv...@oracle.com] Please clear one doubt here before testing it. Since avadown is received by AMFND and it is ignoring it. It means AMFND is not cleaning up comp related

Re: [devel] [PATCH 1 of 1] amfnd: handle avadown in shutting down [#778]

2014-02-18 Thread praveen malviya
Ack. Thanks, Praveen On 11-Feb-14 7:18 PM, Hans Feldt wrote: > osaf/services/saf/amf/amfnd/comp.cc | 8 +--- > 1 files changed, 1 insertions(+), 7 deletions(-) > > > If a component crash/exits during opensaf shutdown it will delay the shutdown > with the component configured callback timeo