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

commit d40172a1afb2f95afdb6b6b5cf4804d559ac6c50
Author: Alex Jones <alex.jo...@genband.com>
Date:   Thu Nov 30 08:29:21 2017 -0500




---

** [tickets:#2712] msg: msgd crash during multiple node reboot**

**Status:** fixed
**Milestone:** 5.18.01
**Created:** Wed Nov 29, 2017 05:10 PM UTC by Alex Jones
**Last Updated:** Wed Nov 29, 2017 07:44 PM UTC
**Owner:** Alex Jones


If multiple nodes are rebooted at the same time and one of the nodes is the 
active controller, msgd on the newly active controller can crash at AMF 
assignment time.

There is a race condition in handling the CLM tracking notification. If the CLM 
tracking callback is called more than once before the assignment has finished, 
it is possible that "is_node_down" and "is_clm_down" can both be set to true. 
In the AMF assignment code the node info is deleted for each node for which 
these variables are set. But, if they are both set msgd crashes because of a 
double delete.


---

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