fenced writing wrong PID to file
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:

Caleb March 9, 2021 at 1:19 PM
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Labels
Components
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created March 3, 2021 at 1:26 PM
Updated July 1, 2022 at 5:13 PM
Resolved March 9, 2021 at 1:19 PM
While testing the new functionality of fenced, I've noticed that the PID information that we're writing to '/tmp/.fenced-lock' is incorrect. The reason why this is incorrect is that we're writing the parent process PID information before we fork() so the child PID is never written.