- **status**: accepted --> review
- **assigned_to**: Nagendra Kumar -->  nobody 



---

** [tickets:#660] Lock of unassigned si times out**

**Status:** review
**Created:** Mon Dec 16, 2013 05:56 AM UTC by Nagendra Kumar
**Last Updated:** Mon Dec 16, 2013 06:13 AM UTC
**Owner:** nobody

Locking of an unassigned SI results in timeout.

The admin result  is missing in the code:
                if (si->list_of_sisu == AVD_SU_SI_REL_NULL) {
                        avd_si_admin_state_set(si, SA_AMF_ADMIN_LOCKED);
                        /* This may happen when SUs are locked before SI is 
locked. */
                        LOG_WA("SI lock of %s, has no assignments", 
objectName->value);
                        rc = SA_AIS_OK;
                        goto done;
                }

At done, the response is not there.
done:
        TRACE_LEAVE();
}

Also, the admin response is missing at below location:

        if (csi_assignment_validate(si->sg_of_si) == true) {
                rc = SA_AIS_ERR_TRY_AGAIN;
                LOG_WA("Single Csi assignment undergoing on (sg'%s')", 
si->sg_of_si->name.value);
                goto done;
        }



---

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.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to