Comment 2 for bug 1381565

Revision history for this message
Antoine "hashar" Musso (hashar) wrote :

After disconnecting/reconnecting I noticed in Zuul log a stacktrace (gear 0.5.5):

2014-10-31 17:14:18,757 ERROR gear.Server: Exception in poll loop:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gear/__init__.py", line 762, in _doPollLoop
    self._pollLoop()
  File "/usr/lib/python2.7/dist-packages/gear/__init__.py", line 802, in _pollLoop
    self.handlePacket(p)
  File "/usr/lib/python2.7/dist-packages/gear/__init__.py", line 830, in handlePacket
    self.handleWorkComplete(packet)
  File "/usr/lib/python2.7/dist-packages/gear/__init__.py", line 2748, in handleWorkComplete
    self.handlePassthrough(packet, True)
  File "/usr/lib/python2.7/dist-packages/gear/__init__.py", line 2775, in handlePassthrough
    raise UnknownJobError()
UnknownJobError