---

** [tickets:#2446] imm: CcbErrorStrings about OI/PBE are not set in all nodes**

**Status:** accepted
**Milestone:** 5.17.06
**Created:** Wed May 03, 2017 03:32 AM UTC by Hung Nguyen
**Last Updated:** Wed May 03, 2017 03:32 AM UTC
**Owner:** Hung Nguyen


Example:
~~~
                if (implConn) {
                        /*The implementer is local, make the up-call */
...
                        /*Fetch client node for OI ! */
                        immnd_client_node_get(cb, implHandle, &oi_cl_node);
                        if (oi_cl_node == NULL || oi_cl_node->mIsStale) {
...
                                immModel_setCcbErrorString(
                                    cb, evt->info.objCreate.ccbId,
                                    IMM_RESOURCE_ABORT "Client died");
                        }
~~~

The error string is only sent to OM client when the OM client is on the same 
node with the OI.
That causes inconsistency between OM being on the same node with OI and OM 
being on different node than OI.



---

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.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to