- **status**: review --> fixed
- **assigned_to**: Minh Hon Chau --> nobody
---
** [tickets:#2980] amfd: Unnessessary start clm track in every 2N application
failover**
**Status:** fixed
**Milestone:** 5.18.12
**Created:** Fri Dec 07, 2018 12:34 AM UTC by Minh Hon Chau
**Last Updated:** Thu Dec 13, 2018 06:18 AM UTC
**Owner:** nobody
Currently if a 2N SU hosted in a SC, and the active assignment is failed over
to it, amfd calls clm_track_start. This happens for all kinds of 2N SG. If the
clm track start failed randomly with TRY_AGAIN for all 2N applications, amfd
queue up all clm track start jobs, this delays the other jobs to update to IMM
and NTF.
Amfd should start clm tracking for 2N Opensaf only in failover.
uint32_t SG_2N::susi_success_sg_realign
...
if ((state == SA_AMF_HA_ACTIVE) &&
(cb->node_id_avd == su->su_on_node->node_info.nodeId)) {
/* This is as a result of failover, start CLM tracking*/
if (avd_clm_track_start(cb) == SA_AIS_ERR_TRY_AGAIN)
Fifo::queue(new ClmTrackStart());
}
...
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/opensaf/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/opensaf/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list._______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets