---

** [tickets:#1948] imm: Fail to retry saImmOiImplementerSet after timeout**

**Status:** accepted
**Milestone:** 4.7.2
**Created:** Thu Aug 11, 2016 04:42 AM UTC by Hung Nguyen
**Last Updated:** Thu Aug 11, 2016 04:42 AM UTC
**Owner:** Hung Nguyen


If timeout occurs when calling saImmOiImplementerSet (the request succeeds in 
IMM server, just slow to reply), it will fail to retry to set implementer with 
ERR_EXIST returned.

IMM server still sends the callbacks to OI, but OI isn't aware that it was 
successfully set implementer name (cl_node->mImplementerId is still zero)



-----



##### Reproduce
Put some sleep to immnd_evt_proc_impl_set_rsp().

saImmOiImplementerSet(oi_handle, implementer_name); => returns ERR_TIMEOUT
sleep(1);
saImmOiImplementerSet(oi_handle, implementer_name); => returns ERR_EXIST
sleep(1);
saImmOiImplementerSet(oi_handle, implementer_name); => returns ERR_EXIST
...




---

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.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to