- **summary**: Agent crash leaving zombie OI --> imm: Agent crash leaving 
zombie OI
- **status**: assigned --> review



---

** [tickets:#1424] imm: Agent crash leaving zombie OI**

**Status:** review
**Milestone:** 4.5.2
**Created:** Wed Jul 22, 2015 10:34 AM UTC by Hung Nguyen
**Last Updated:** Wed Jul 22, 2015 10:43 AM UTC
**Owner:** Hung Nguyen


IMCN set IMMA_SYNCR_TIMEOUT to 1 sec.

For some reasons osafntfimcnd got timeout when invoking 
saImmOiImplementerSet(). Then it exited.
Jun 25 16:24:49 SC-1 osafntfimcnd[14926]: ER ntfimcn_imm_init Becoming an 
applier failed SA_AIS_ERR_TIMEOUT (5)
Jun 25 16:24:49 SC-1 osafntfimcnd[14926]: ER ntfimcn_imm_init() Fail

IMMND got IMMA_DOWN event before receiving IMMND_EVT_D2ND_IMPLSET_RSP from IMMD.
IMMND tried to discard the implementer of the client but there's nothing to 
discard at that moment.

Later, IMMND received IMMND_EVT_D2ND_IMPLSET_RSP and the implementer was added 
to immModel.
Jun 25 16:24:50 SC-1 osafimmnd[14887]: NO Implementer (applier) connected: 6 
(@OpenSafImmReplicatorB) <15, 2010f>
Jun 25 16:24:50 SC-1 osafimmnd[14887]: WA IMMND - Client went down so no 
response

So when IMMND use immnd_client_node_get() to get the client node of the 
implementer, it will return null and fail to assert.
In this case, that happened in immnd_evt_proc_object_modify().
Jun 25 16:25:04 SC-1 osafimmnd[14887]: immnd_evt.c:6242: 
immnd_evt_proc_object_modify: Assertion 'oi_cl_node != NULL' failed.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to