- **status**: review --> fixed
- **Comment**:

changeset:   8715:dae6b6197639
branch:      opensaf-5.0.x
parent:      8713:3a718e40acec
user:        Neelakanta Reddy <reddy.neelaka...@oracle.com>
date:        Thu Mar 23 11:49:02 2017 +0530
summary:     imm:decrement the pending reply when error is other than SA_AIS_OK 
when newCcbId is called [#2386]

changeset:   8716:8d149783d95a
branch:      opensaf-5.1.x
parent:      8712:a3ba6212ecf6
user:        Neelakanta Reddy <reddy.neelaka...@oracle.com>
date:        Thu Mar 23 11:49:02 2017 +0530
summary:     imm:decrement the pending reply when error is other than SA_AIS_OK 
when newCcbId is called [#2386]

changeset:   8717:6cffd8965ae4
tag:         tip
parent:      8714:ffb6233abe8b
user:        Neelakanta Reddy <reddy.neelaka...@oracle.com>
date:        Thu Mar 23 11:52:55 2017 +0530
summary:     imm:decrement the pending reply when error is other than SA_AIS_OK 
when newCcbId is called [#2386]




---

** [tickets:#2386] imm: decrement the pending reply when error is other than 
SA_AIS_OK when newCcbId is called**

**Status:** fixed
**Milestone:** 5.0.2
**Created:** Fri Mar 17, 2017 09:46 AM UTC by Neelakanta Reddy
**Last Updated:** Fri Mar 17, 2017 10:19 AM UTC
**Owner:** Neelakanta Reddy


After Ccb operation returned SA_AIS_ERR_FAILED_OPERATION, Ccbfinalize returned 
TRY_AGAIN due to "Too many pending incoming fevs messages (> 16)" .
In the imma_finalizeCcb, if the imma_newCcbId returns error other than 
SA_AIS_OK, imma_proc_decrement_pending_reply is not called.

solution is to call imma_proc_decrement_pending_reply when error is not 
SA_AIS_OK

logs:
IMMA
Mar 10 13:00:10.428430 imma [26655:imma_om_api.c:2907] TR objectDelete send 
RETURNED:1
Mar 10 13:00:10.428448 imma [26655:imma_om_api.c:3001] TR objectDelete really 
RETURNING:21
Mar 10 13:00:10.428456 imma [26655:imma_om_api.c:3002] << 
ccb_object_delete_common
Mar 10 13:00:10.428485 imma [26655:imma_om_api.c:9384] >> 
saImmOmCcbGetErrorStrings
Mar 10 13:00:10.428496 imma [26655:imma_om_api.c:9391] >> 
saImmOmCcbGetErrorStrings
Mar 10 13:00:10.428503 imma [26655:imma_om_api.c:9452] << 
saImmOmCcbGetErrorStrings
Mar 10 13:00:10.428651 imma [26655:imma_om_api.c:8838] >> imma_finalizeCcb
Mar 10 13:00:10.428662 imma [26655:imma_om_api.c:8860] T1 CCb node found for 
ccbhandle 14aa837f7c79cc07 ccbid:4158
Mar 10 13:00:10.428670 imma [26655:imma_om_api.c:8929] TR Ccb is active when 
finalizing
Mar 10 13:00:10.428774 imma [26655:imma_om_api.c:5777] >> accessor_get_common
Mar 10 13:00:10.429358 imma [26655:imma_om_api.c:8956] TR CcbFinalize returned 6
Mar 10 13:00:10.429369 imma [26655:imma_om_api.c:1198] >> imma_newCcbId
Mar 10 13:00:10.429373 imma [26655:imma_om_api.c:1199] TR imma_newCcbId:create 
new ccb id with admoId:103603
Mar 10 13:00:10.429377 imma [26655:imma_om_api.c:1232] TR Sending request for 
new ccbid with admin OwnerId:103603
Mar 10 13:00:10.429684 imma [26655:imma_om_api.c:6120] << accessor_get_common
Mar 10 13:00:10.430233 imma [26655:imma_om_api.c:5777] >> accessor_get_common
Mar 10 13:00:10.430653 imma [26655:imma_om_api.c:1302] << imma_newCcbId
Mar 10 13:00:10.430663 imma [26655:imma_om_api.c:9070] << imma_finalizeCcb

IMMND:

Mar 10 13:00:10.430608 osafimmnd [8927:immsv_evt.c:5473] T8 Received: 
IMMND_EVT_A2ND_CCBINIT (15) from 2010f
Mar 10 13:00:10.430612 osafimmnd [8927:immnd_evt.c:2641] >> 
immnd_evt_proc_ccb_init
Mar 10 13:00:10.430615 osafimmnd [8927:immnd_evt.c:2666] T2 ERR_TRY_AGAIN: Too 
many pending incoming fevs messages (> 16) rejecting ccb_init request
Mar 10 13:00:10.430619 osafimmnd [8927:immnd_evt.c:2722] T2 SENDRSP FAIL 6
Mar 10 13:00:10.430627 osafimmnd [8927:immnd_evt.c:2725] << 
immnd_evt_proc_ccb_init



---

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

Reply via email to