Project

Profile

Help

Issue #917

Updated by cduryee almost 9 years ago

On Pulp 2.7-dev, I see a lot of the following in the pulp log when I enable task notifications and perform a sync: 

 <pre> 
 kombu.transport.qpid:INFO: Connected to qpid with SASL mechanism ANONYMOUS 
 kombu.transport.qpid:ERROR: (9116-48576) None 
 kombu.transport.qpid:ERROR: (9116-48576) Traceback (most recent call last): 
 kombu.transport.qpid:ERROR: (9116-48576)     File "/usr/lib/python2.7/site-packages/kombu/transport/qpid.py", line 1393, in 
 kombu.transport.qpid:ERROR: (9116-48576)       self.monitor_receivers() 
 kombu.transport.qpid:ERROR: (9116-48576)     File "/usr/lib/python2.7/site-packages/kombu/transport/qpid.py", line 1409, in 
 kombu.transport.qpid:ERROR: (9116-48576)       self._session.next_receiver() 
 kombu.transport.qpid:ERROR: (9116-48576)     File "<string>", line 6, in next_receiver 
 kombu.transport.qpid:ERROR: (9116-48576)     File "/usr/lib/python2.7/site-packages/qpid/messaging/endpoints.py", line 689, 
 kombu.transport.qpid:ERROR: (9116-48576)       if self._ecwait(lambda: self.incoming, timeout): 
 kombu.transport.qpid:ERROR: (9116-48576)     File "/usr/lib/python2.7/site-packages/qpid/messaging/endpoints.py", line 51,  
 kombu.transport.qpid:ERROR: (9116-48576)       self.check_closed() 
 kombu.transport.qpid:ERROR: (9116-48576)     File "/usr/lib/python2.7/site-packages/qpid/messaging/endpoints.py", line 601, 
 kombu.transport.qpid:ERROR: (9116-48576)       raise SessionClosed() 
 kombu.transport.qpid:ERROR: (9116-48576) SessionClosed: None 
 </pre> 

 I don't think this is affecting any functionality. Note that the notification sending in `emit.py` could be rewritten per https://github.com/celery/kombu/issues/457, which may solve this issue. 

 To reproduce using Fedora 21: 

 * enable task notifications in server.conf and restart pulp services 
 * perform some syncs 
 * examine pulp log

Back