Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 7c68877e72 Retire zmq-event-publisher
The repo has been forked and is maintained elsewhere.
OpenStack does not need it anymore, so retire it.

Depends-On: https://review.opendev.org/702745
Change-Id: I0787450fdc66beba7d191280b9d208ab2fc024d6
2020-01-15 21:32:13 +01:00
Jonathan Harker b401ce7b72 Add additional logging
Change-Id: I5e2b5487afd4b63d597fbb1d4a7a9c27738fa734
2015-01-14 12:31:47 -05:00
Davanum Srinivas 7e2ca62e1c Include Jenkins host name / Code cleanup
The first cut of this review was to inject the jenkins/build
master host name and was then expanded to the following

* Use Jenkins class as Hudson class is being deprecated
* Change instances of Hudson currently named hudson to jenkins
* Remove unused imports
* Remove extra semi-colons

Change-Id: If1715b574952ac4c228501459663956fee55c4a6
2014-01-24 09:55:37 -05:00
Clark Boylan 135d273963 Use single thread to perform all zmq sends.
jeromq does not appear to be thread safe. Use a single thread to call
send on the ZMQ socket to avoid contention for those resources. Have the
RunListener pass events to the ZMQ sender thread with a BlockingQueue.

Do not block when offering events to that queue to avoid
starvation/deadlock in the Jenkins job runners. Events may potentially
be lost if ZMQ cannot keep up.
2013-01-31 10:59:53 -08:00