commit a2ad04ecd1dba0ba033fd028322c24d6842ac347
Author: Gary Lee <gary....@dektech.com.au>
Date:   Thu Jun 15 17:35:58 2017 +1000

    amfnd: retry on ERR_NOT_EXIST [#2490]
    
    On a congested network, sometimes a newly created IMM object can take some
    time to be available on other nodes.
    
    In our test, a new SU is created on SC-1 and unlocked. But sometimes
    it fails on a remote node due to:
    
    2017-05-19 13:55:19 SC-2 osafamfnd[258]: ER amf_saImmOmSearchInitialize_o2 
failed: 12
    
    To get around this, we will retry on SA_AIS_ERR_NOT_EXIST a few times.


---

** [tickets:#2490] amfnd: handle ERR_NOT_EXIST**

**Status:** review
**Milestone:** 5.17.08
**Created:** Fri Jun 09, 2017 02:07 AM UTC by Gary Lee
**Last Updated:** Tue Jun 20, 2017 07:23 AM UTC
**Owner:** Gary Lee


Sometimes this can be seen on AMFND:

2017-05-19 13:55:19 SC-2 osafamfnd[258]: ER amf_saImmOmSearchInitialize_o2 
failed: 12

The relevant CCB has been commited on another node, but not necessary at the 
node where AMFND resides.

We should better handle this by looping on ERR_NOT_EXIST, at least a few times.


---

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