Actions
Bug #4635
closedA race condition may occur during rudder-server-root initialisation
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The initialisation script can trigger race condition, as it:
- starts the agent
- restarts rudder-agent
- starts slapd
- starts jetty
so, the second may kill the first
the third and fourth may be restarted by the second
Updated by Nicolas CHARLES over 10 years ago
- Status changed from 8 to Pending technical review
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/269
Updated by Nicolas CHARLES over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:4d8b51a1f15bbf4a00d7376ddab36e20166c388a.
Updated by Jonathan CLARKE over 10 years ago
Applied in changeset commit:37eb832494741799e1ed9d84d86b1084c6f90063.
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Possible race condition during the initialisation of the rudder-server-root to A race condition may occurs during the initialisation of rudder-server-root
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from A race condition may occurs during the initialisation of rudder-server-root to A race condition may occurs during rudder-server-root initialisation
Updated by Vincent MEMBRÉ over 10 years ago
- Project changed from 34 to Rudder
- Category set to System integration
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from A race condition may occurs during rudder-server-root initialisation to A race condition may occur during rudder-server-root initialisation
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.6.13 (announcement , changelog), 2.9.5 (announcement , changelog) and 2.10.1 (announcement , changelog), which were released today.
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions