gate-tempest-dsvm-largeops sometimes fail

Bug #1415236 reported by Mehdi Abaakouk
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
oslo.messaging
Won't Fix
Low
Li Ma

Bug Description

Before oslo.messaging 1.5 the rpc.call timeout (by default the rpc_response_timeout) was never respected, but since this issue is fixed sometimes we have timeout issue in the large jobs.

for example we see two rpc.call that timeout in:
http://logs.openstack.org/73/109373/21/check/gate-tempest-dsvm-largeops-src-oslo.messaging/152ec27/logs/screen-n-cpu-1.txt.gz?level=INFO

I have tracked the msg id 42ed8c906547434fa6f63088d33340fc:

the rpc.call is done here:

  2015-01-27 14:55:41.816 6907 DEBUG oslo_messaging._drivers.amqpdriver [-] MSG_ID is 42ed8c906547434fa6f63088d33340fc _send /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py:378

Exactly, one minute later we receive the timeout for this both message:

2015-01-27 14:56:41.823 6907 TRACE nova.compute.manager MessagingTimeout: Timed out waiting for a reply to message ID 42ed8c906547434fa6f63088d33340fc

If we check a bit later (3 seconds), oslo.messaging received the response a bit too late:

2015-01-27 14:56:44.744 6907 INFO oslo_messaging._drivers.amqpdriver [-] No calling threads waiting for msg_id : 42ed8c906547434fa6f63088d33340fc
2015-01-27 14:56:44.744 6907 INFO oslo_messaging._drivers.amqpdriver [-] No calling threads waiting for msg_id : 42ed8c906547434fa6f63088d33340fc

Perhaps we need to increase the rpc_timeout_response for this jobs or by default.

We can note that we between 320 and 640 rpc.call that run concurrently in this jobs, that represent many greenthread to schedule.

Cheers,

Mehdi Abaakouk (sileht)
Changed in oslo.messaging:
importance: Undecided → High
status: New → Confirmed
Revision history for this message
Li Ma (nick-ma-z) wrote :
Li Ma (nick-ma-z)
Changed in oslo.messaging:
assignee: nobody → Li Ma (nick-ma-z)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to oslo.messaging (master)

Fix proposed to branch: master
Review: https://review.openstack.org/151979

Changed in oslo.messaging:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on oslo.messaging (master)

Change abandoned by Li Ma (<email address hidden>) on branch: master
Review: https://review.openstack.org/151979
Reason: don't need it.

Mehdi Abaakouk (sileht)
Changed in oslo.messaging:
importance: High → Low
status: In Progress → Triaged
Revision history for this message
Mehdi Abaakouk (sileht) wrote :

Doesn't occurs anymore.

Changed in oslo.messaging:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.