Project

Profile

Help

Issue #2903

Updated by bmbouter almost 7 years ago

For some non-negligible probability, the HTTP event This notifier will fail is deprecated, but I wanted to send its notification when process recycling is enabled. record what I learned about a defect in it anyway. 

 To reproduce: 

 1. Enable "Process Recycling":http://docs.pulpproject.org/user-guide/tuning.html#process-recycling 
 Send messages using the "HTTP event notifier":https://github.com/pulp/pulp/blob/master/server/pulp/server/event/http.py#L26-L61 

 2. Configure Watch the event notifier 
 3. Ensure (1) and (2) are both working as expected 
 4. Dispatch lots of tasks 
 5. Observe process that not all events are notified is handling those notifications increase the thread count by 1 with each message sent.

Back