- **status**: review --> fixed
- **Comment**:
5.17.06 (release) [code:a16e75]
~~~
commit a16e75230da4d41e7359728e2451c7683da69183
Author: Hung Nguyen <hung.d.ngu...@dektech.com.au>
Date: Mon May 8 11:09:34 2017 +0700
imm: Remove CcbErrStrings that are set only on nodes with OI/PBE [#2446]
Remove CcbErrStrings that are set only on nodes with OI/PBE.
~~~
5.17.08 (develop) [code:f9906a]
~~~
commit f9906af0227fb859bfda991a5ed03d664c6e152e
Author: Hung Nguyen <hung.d.ngu...@dektech.com.au>
Date: Mon May 8 11:09:34 2017 +0700
imm: Remove CcbErrStrings that are set only on nodes with OI/PBE [#2446]
Remove CcbErrStrings that are set only on nodes with OI/PBE.
~~~
---
** [tickets:#2446] imm: CcbErrorStrings about OI/PBE are not set in all nodes**
**Status:** fixed
**Milestone:** 5.17.06
**Created:** Wed May 03, 2017 03:32 AM UTC by Hung Nguyen
**Last Updated:** Tue May 09, 2017 08:29 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 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.
------------------------------------------------------------------------------
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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets