Re: [devel] Review request for NTF: Update PR doc for cloud resilience [#1707] V4

2016-04-14 Thread Lennart Lund
Hi, Ack. But I think it would be good if it is mentioned more directly that the client does not have to do anything after the server is up. Thanks Lennart From: minh chau [mailto:minh.c...@dektech.com.au] Sent: den 14 april 2016 10:09 To: Lennart Lund; Vu Minh Nguyen; 'praveen malviya' Cc: open

Re: [devel] [PATCH 1 of 1] osaf: Update README files for supporting more than two system controllers [#79]

2016-04-14 Thread Mathivanan Naickan Palanivelu
Ack, We could also update the README w.r.t the steps to generation of imm.xml By giving an example of how to configure for more than 2 SCs. Thanks, Mathi. > -Original Message- > From: Anders Widell [mailto:anders.wid...@ericsson.com] > Sent: Tuesday, April 12, 2016 7:52 PM > To: Mathiva

[devel] [PATCH 0 of 1] Review Request for log: fix incorrect time output [#1764]

2016-04-14 Thread Vu Minh Nguyen
Summary: log: fix incorrect time output [#1764] Review request for Trac Ticket(s): #1764 Peer Reviewer(s): Mathi, Lennart Pull request to: Lennart Affected branch(es): 5.0, default Development branch: default Impacted area Impact y/n -

[devel] [PATCH 1 of 1] log: fix incorrect time output [#1764]

2016-04-14 Thread Vu Minh Nguyen
osaf/libs/agents/saf/lga/lga_api.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) If timestamp (`logTimeStamp`) is not provided log client, log agent will get the current time when getting the write log record request and store the address, pointing to time holder variable, to `logTim

[devel] [PATCH 0 of 1] Review Request for imm: Handle error when sending sync-finalize message over fevs [#1735]

2016-04-14 Thread Hung Nguyen
Summary: imm: Handle error when sending sync-finalize message over fevs [#1735] Review request for Trac Ticket(s): 1735 Peer Reviewer(s): Zoran, Neel Pull request to: Affected branch(es): 4.6, 4.7, 5.0, 5.1 Development branch: 5.1 Impacted area Impact y/n ---

[devel] [PATCH 1 of 1] imm: Handle error when sending sync-finalize message over fevs [#1735]

2016-04-14 Thread Hung Nguyen
osaf/services/saf/immsv/immnd/ImmModel.cc | 120 - osaf/services/saf/immsv/immnd/immnd_evt.c |6 +- 2 files changed, 72 insertions(+), 54 deletions(-) This patch delays setting node state and deleting dead admin-owners until sync-finalize message is successfully

Re: [devel] [PATCH 1 of 1] log: fix the initialized log handle is deleted when initializing with unsupported version [#1739]

2016-04-14 Thread Vu Minh Nguyen
Hi Mathi, I have based two things: 1) The API calling sequence: 100|0|Invoking saLogInitialize()// (1) 100|0| Return value : <-- SA_AIS_OK 100|0| Handle obtained is 4290772993 100|0|Invoking saLogStreamOpen_2() 100|0|Handle used is 4290772993 100|0| Return value :

[devel] [PATCH 1 of 1] amfnd: do not invoke health check command when npi comp is TERMINATING [#1759]

2016-04-14 Thread praveen . malviya
osaf/services/saf/amf/amfnd/chc.cc | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) In the reported problem Command Based HC was invoked for a NPI component in termination phase. Before terminating/cleaning up a NPI comp, AMFND stops timer for periodically invoking comman

[devel] [PATCH 0 of 1] Review Request for amfnd: do not invoke health check command when npi comp is TERMINATING [#1759]

2016-04-14 Thread praveen . malviya
Summary: do not invoke health check command when npi comp is TERMINATING [#1759] Review request for Trac Ticket(s): #1759 Peer Reviewer(s): AMF devs Pull request to: <> Affected branch(es): ALL Development branch: <> Impacted area Impact y/n

[devel] [PATCH 0 of 1] Review Request for amfd: delete comp and its child objects at stdby amfd [#1761]

2016-04-14 Thread nagendra . k
Summary: amfd: delete comp and its child objects at stdby amfd [#1761] Review request for Trac Ticket(s): #1761 Peer Reviewer(s): Amf Developers Pull request to: <> Affected branch(es): All Development branch: Default Impacted area Impact y/n

[devel] [PATCH 1 of 1] amfd: delete comp and its child objects at stdby amfd [#1761]

2016-04-14 Thread nagendra . k
osaf/services/saf/amf/amfd/su.cc | 42 1 files changed, 42 insertions(+), 0 deletions(-) If Comps are deleted at Act Amfd when Stdby Amfd has finished reading objects from Imm database, Stdby Amfd still has those Comps. Now, if SU containing these Comps

Re: [devel] [PATCH 1 of 1] log: fix the initialized log handle is deleted when initializing with unsupported version [#1739]

2016-04-14 Thread Mathivanan Naickan Palanivelu
Hi Vu, Iam trying to understand the fix and its connection to the problem reported in the ticket. Could you give a brief explanation. Thanks, Mathi. - vu.m.ngu...@dektech.com.au wrote: > osaf/libs/agents/saf/lga/lga_api.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > > W

Re: [devel] [PATCH 1 of 1] msg : binding with asapi must be done after mds init [#1748]

2016-04-14 Thread ramesh betham
Ack. Thanks, Ramesh. On 4/13/2016 5:25 PM, Anders Widell wrote: > Ack. Tested. > > regards, > Anders Widell > > On 04/13/2016 01:53 PM, reddy.neelaka...@oracle.com wrote: >> osaf/services/saf/mqsv/mqd/mqd_api.c | 8 >> 1 files changed, 4 insertions(+), 4 deletions(-) >> >> >> The prob