6d0cc6a2a8
![Eric MacDonald](/assets/img/avatar_default.png)
The commit shown below introduced a main loop audit that mistakenly registers subfunction processes that are in the waiting for /var/run/.compute_config_complete 'polling' state during unlock enable. By doing so inadvertently changes its monitor FSM stage from 'Poll' to 'Manage' before configuration is complete. Since config is not complete, the hbsClient has not initialized its socket interface and is unable to service active monitoring requests. This leads to quorum failure and watchdog reboot. commit 537935bb0caa257df624a0b470a971c82d215152 Author: Eric MacDonald <eric.macdonald@windriver.com> Date: Mon Jul 9 08:36:22 2018 -0400 Reorder process restart operations to prevent pmond futex deadlock The Fix: Don't run the audit for processes that are in the waiting for 'polling' state. Test Plan: Provision AIO , verify no quorum failure and inspect logs for correct behavior. Change-Id: I179c78309517a34285783ee99bbb3d699915cb83 Closes-Bug: 1804318 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
Description
Languages
C++
82.9%
Shell
10.2%
Python
3.3%
C
2.6%
Makefile
1%