[devel] OpenSAF 4.2.4RC1 and 4.3.1RC1 Tagged and Available for Download

2013-07-26 Thread Anders Widell
OpenSAF 4.2.4RC1 and 4.3.1RC1 have been tagged, and the archives http://sourceforge.net/projects/opensaf/files/testing/opensaf-4.2.4RC1.tar.gz/download and http://sourceforge.net/projects/opensaf/files/testing/opensaf-4.3.1RC1.tar.gz/download are available for download. Please test these rel

Re: [devel] [PATCH 1 of 1] cpnd, glnd, immnd, mqnd, smfnd: remove sleep in NDs to support amf-adm comp restart [#501]

2013-07-26 Thread Neelakanta Reddy
Hi Mathi, Opened # 525, for the scenario which is still giving component registration timer expired. Thanks, Neel. On Friday 26 July 2013 03:34 PM, Mathivanan Naickan Palanivelu wrote: > Hi Neel, > > Thanks for your comments. Please see my responses inline: > >> -Original Message- >> Fro

Re: [devel] [PATCH 1 of 1] cpnd, glnd, immnd, mqnd, smfnd: remove sleep in NDs to support amf-adm comp restart [#501]

2013-07-26 Thread Mathivanan Naickan Palanivelu
Hi Neel, Thanks for your comments. Please see my responses inline: > -Original Message- > From: Neelakanta Reddy > Sent: Friday, July 26, 2013 3:21 PM > To: Mathivanan Naickan Palanivelu > Cc: anders.bjornerst...@ericsson.com; ingvar.bergst...@ericsson.com; > Nagendra Kumar; Ramesh Babu B

Re: [devel] [PATCH 1 of 1] cpnd, glnd, immnd, mqnd, smfnd: remove sleep in NDs to support amf-adm comp restart [#501]

2013-07-26 Thread Neelakanta Reddy
HI Mathi, As IMMND is considered following are the comments: 1. since, the IMMND is a pre-amf started component, when the IMMND is is locked/restarted for the first time after loading, the lockfile will be present. Based on the lockfile the instantiate function in immnd clc-cli script will ei

Re: [devel] [PATCH 1 of 1] cpsv: create non-collocated replica Imm run-time object maximum on 3 node [#479]

2013-07-26 Thread A V Mahesh
Ramesh , Thanks for the review . I will move `nref_info` & `cref_info` under condition and I will address the other existing API mem leaks , in new bug . -AVM On 7/26/2013 1:01 PM, Ramesh Betham wrote: > Hi Mahesh, > > Ack with the following comment. Not tested. > > if "/noncoll_rep_on_pa

Re: [devel] [PATCH 1 of 1] cpnd, glnd, immnd, mqnd, smfnd: remove sleep in NDs to support amf-adm comp restart [#501]

2013-07-26 Thread Mathivanan Naickan Palanivelu
Hi Anders, I just clarified in another mail thread and ticket #521 also. The socpe of this patch/ticket is to fix the problem created by the sleep when the terminatecallback gets hit in the admin-restart of the ND component! Thanks for your comments, please find my responses inline: > > Ack fr

Re: [devel] [PATCH 1 of 1] cpnd, glnd, immnd, mqnd, smfnd: remove sleep in NDs to support amf-adm comp restart [#501]

2013-07-26 Thread Mathivanan Naickan Palanivelu
Hi, This patch/ticket is a candidate for RC of 4.3.1 and 4.2.4. I have received ack from Nagendra till now. It appears that AndersBj and Ingvar are on vacation. Waiting for an ack from AndersW on behalf of them. Please note, this patch should be seen as a correction and improvement to the existi

Re: [devel] [PATCH 1 of 1] cpnd, glnd, immnd, mqnd, smfnd: remove sleep in NDs to support amf-adm comp restart [#501]

2013-07-26 Thread Anders Widell
Ack from me, with comments: * Shouldn't immnd also do kill(immnd_cb->loaderPid, SIGTERM); ? The cleanup script does: /usr/bin/killall osafimmpbed /usr/bin/killall osafimmloadd We are trying to do basically the same as the cleanup script, so kill all the processes. Another thing is tha

Re: [devel] [PATCH 1 of 1] cpsv: create non-collocated replica Imm run-time object maximum on 3 node [#479]

2013-07-26 Thread Ramesh Betham
Hi Mahesh, Ack with the following comment. Not tested. if "/noncoll_rep_on_payload/" is `true', then "/nref_info/" and "/cref_info/" should be removed. (or) malloc "/nref_info/" and "/cref_info/" only when /noncoll_rep_on_payload/" is `false' However there are some corrections required in the