[devel] [PATCH 2/2] rded: do not send SUCCESS to main thread [#3008]

2019-02-18 Thread Gary Lee
do not send RDE_MSG_ACTIVE_PROMOTION_SUCCESS to main thread if lock cannot be obtained --- src/rde/rded/role.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rde/rded/role.cc b/src/rde/rded/role.cc index 06e93c6..3effc25 100644 --- a/src/rde/rded/role.cc +++ b/src/rde/rded/role.cc @@

[devel] [PATCH 1/2] fmd: improve failover response time [#3008]

2019-02-18 Thread Gary Lee
Improve failover response time if split brain prevention is enabled but FMS_TAKEOVER_PRIORITISE_PARTITION_SIZE is set to 0. Also, return immediately if node promotion fails to avoid sending active role to RDA. --- src/fm/fmd/fm_rda.cc | 14 +- 1 file changed, 9 insertions(+), 5

[devel] [PATCH 0/2] Review Request for fmd: improve failover response time [#3008]

2019-02-18 Thread Gary Lee
Summary: fmd: improve failover response time V2 [#3008] Review request for Ticket(s): 3008 Peer Reviewer(s): Hans, Minh Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3008 Base revision:

[devel] SA_AIS_ERR_NOT_EXIST error when calling the function saAmfComponentNameGet

2019-02-18 Thread shiva
Hello all,     I have an AMF application which runs as (High Availability Framework)HAFW in 2N redundant systems for confD active/standby configuration. So, when I call the function *saAmfComponentNameGet(confd_ha_cb.info.amfHandle, _ha_cb.info.compName)* I am getting an error stating

Re: [devel] [PATCH 0/2] Review Request for fmd: improve failover response time [#3008]

2019-02-18 Thread minh . chau
Hi Gary, ack for code review. Still a few other places that call opensaf_quick_reboot can be visited later. Thanks, Minh > Summary: fmd: improve failover response time V2 [#3008] > Review request for Ticket(s): 3008 > Peer Reviewer(s): Hans, Minh > Pull request to: *** LIST THE PERSON WITH PUSH