[devel] [PATCH 0 of 1] Review Request for amfd: ignore si rank modification for the same value [#1336]

2015-04-30 Thread nagendra . k
Summary: amfd: ignore si rank modification for the same value [#1336] Review request for Trac Ticket(s): #1336 Peer Reviewer(s): Praveen, Hans N Pull request to: <> Affected branch(es): All Development branch: Default Impacted area Impact y/n

[devel] [PATCH 1 of 1] amfd: ignore si rank modification for the same value [#1336]

2015-04-30 Thread nagendra . k
osaf/services/saf/amf/amfd/si.cc | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) Amfd rejects ccb modification operation on si rank if its current si rank value is being modified by the same value. Amfd can accept it and ignore the changes to avoid ccb abort. diff --git a

[devel] [PATCH 0 of 1] Review Request for SMF #1358

2015-04-30 Thread Ingvar Bergstrom
Summary: smfd: free SmfndNodeT pointer correctly at UP event and saClmInitialize() fail Review request for Trac Ticket(s): 1358 Peer Reviewer(s): anders Pull request to: Affected branch(es): 4.6, default Development branch: default Impacted area Impact y/n

[devel] [PATCH 1 of 1] smfd: free SmfndNodeT pointer correctly at UP event and saClmInitialize() fail [#1358]

2015-04-30 Thread Ingvar Bergstrom
osaf/services/saf/smfsv/smfd/smfd_smfnd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) smfd may free wrong SmfndNodeT pointer when a smfd node director report UP and the saClmInitialize() call fail. This will make the node to crash when used next time. diff --git a/osaf/services/s

[devel] [PATCH 1 of 1] amfd: send data verify message to node in NO_CONFIG and NCS_INIT also [#1359]

2015-04-30 Thread nagendra . k
osaf/services/saf/amf/amfd/ndfsm.cc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) When Amfd is comming up as Act, it is not sending data verify message to node, which is in state AVD_AVND_STATE_NO_CONFIG and AVD_AVND_STATE_NCS_INIT. This creates problem of marking the upcoming node

[devel] [PATCH 0 of 1] Review Request for amfd: send data verify message to node in NO_CONFIG and NCS_INIT also [#1359]

2015-04-30 Thread nagendra . k
Summary: amfd: send data verify message to node in NO_CONFIG and NCS_INIT also [#1359] Review request for Trac Ticket(s): #1359 Peer Reviewer(s): Praveen, Hans N Pull request to: <> Affected branch(es): All Development branch: Default Impacted area Impact y

Re: [devel] [PATCH 1 of 1] smfd: free SmfndNodeT pointer correctly at UP event and saClmInitialize() fail [#1358]

2015-04-30 Thread Anders Widell
Ack. / Anders Widell On 04/30/2015 01:35 PM, Ingvar Bergstrom wrote: > osaf/services/saf/smfsv/smfd/smfd_smfnd.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > smfd may free wrong SmfndNodeT pointer when a smfd node director report UP > and the saClmInitialize() call fail.

[devel] [PATCH 0 of 1] Review Request for nid: cleanup should generate a core dump V3 [#1300]

2015-04-30 Thread Hans Nordeback
Summary: nid: cleanup should generate a core dump V3 Review request for Trac Ticket(s): #1300 Peer Reviewer(s): AndersW, Mathi Pull request to: Affected branch(es): default Development branch: default Impacted area Impact y/n

[devel] [PATCH 1 of 1] nid: cleanup should generate a core dump V3 [#1300]

2015-04-30 Thread Hans Nordeback
osaf/services/infrastructure/nid/nodeinit.c | 56 +++- 1 files changed, 29 insertions(+), 27 deletions(-) Generate core dump only at timeout diff --git a/osaf/services/infrastructure/nid/nodeinit.c b/osaf/services/infrastructure/nid/nodeinit.c --- a/osaf/services/infra