Activity log for bug #1465757

Date Who What changed Old value New value Message
2015-06-16 16:20:45 Alexey Khivin bug added bug
2015-06-16 16:20:56 Alexey Khivin mos: assignee Alex Khivin (akhivin)
2015-06-16 16:21:04 Alexey Khivin tags oslo.messaging
2015-06-16 16:21:11 Alexey Khivin mos: importance Undecided High
2015-06-16 16:21:16 Alexey Khivin mos: status New In Progress
2015-06-16 16:21:22 Alexey Khivin mos: milestone 6.1
2015-06-16 16:24:24 Alexey Khivin description There was a code in oslo.messaging for queue in queues_head: queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue There was a code in oslo.messaging for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exeption will thrown If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue
2015-06-16 16:24:38 Alexey Khivin description There was a code in oslo.messaging for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exeption will thrown If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue There was a code in oslo.messaging for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exeption will raised If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue
2015-06-16 16:25:22 Alexey Khivin description There was a code in oslo.messaging for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exeption will raised If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue There was a code in oslo.messaging for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exception will be raised If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue
2015-06-16 16:36:50 Alexey Khivin description There was a code in oslo.messaging for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exception will be raised If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue There was a code in oslo.messaging file impl_rabbit.py: for queue in queues_head:      queue.consume(nowait=True) queues_tail.consume(nowait=False) https://github.com/openstack/oslo.messaging/blob/stable/juno/oslo/messaging/_drivers/impl_rabbit.py#L736-L742 If some queue was removed then exception will be raised If rabbitmq was restarted and after reconnection queue was removed then consumption will be blocked until timeout for the first queue
2015-06-17 13:38:38 Alexey Khivin mos: milestone 6.1 6.1-updates
2015-06-17 17:21:51 Alexey Khivin summary Disappeared queue can block rpc calls until timeout Disappeared queue may block rpc calls until timeout
2015-06-17 17:45:58 Alexey Khivin tags oslo.messaging ha oslo.messaging
2015-06-22 11:37:27 Alexey Khivin marked as duplicate 1463802
2015-06-29 17:12:29 Vladimir Kuklin tags ha oslo.messaging 6.1-mu-1 ha oslo.messaging
2015-08-14 11:07:49 Fuel Devops McRobotson mos: status In Progress Fix Committed