Bug Description:
When a nunc-stans job is rearmed, event_q_notify enqueue the job and notify the event thread.
The first thing event thread does is to lock the job.
But until internal_ns_job_rearm release the lock, event thread is hanging.
This is also the case of a worker thread (work_q_notify) but has less negative impact
Fix Description:
Release the lock of the job before calling event_q_notify/work_q_notify
Bug Description:
When a nunc-stans job is rearmed, event_q_notify enqueue the job and notify the event thread.
Fix Description:
Release the lock of the job before calling event_q_notify/work_q_notify
https://pagure.io/389-ds-base/issue/49848
Reviewed by: ?
Platforms tested: F27
Flag Day: no
Doc impact: no