Merge lp://staging/~xianghui/ubuntu/trusty/oslo.messaging/juno-lp1521958 into lp://staging/~ubuntu-cloud-archive/ubuntu/trusty/oslo.messaging/juno

Proposed by Xiang Hui
Status: Needs review
Proposed branch: lp://staging/~xianghui/ubuntu/trusty/oslo.messaging/juno-lp1521958
Merge into: lp://staging/~ubuntu-cloud-archive/ubuntu/trusty/oslo.messaging/juno
Diff against target: 10493 lines (+10090/-24)
32 files modified
.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/.version (+1/-0)
.pc/0001-Fix-_poll_connection-not-timeout-issue-1-2.patch/oslo/messaging/_drivers/amqpdriver.py (+444/-0)
.pc/0001-Fix-_poll_connection-not-timeout-issue-1-2.patch/oslo/messaging/_drivers/common.py (+349/-0)
.pc/0001-Fix-_poll_connection-not-timeout-issue-1-2.patch/oslo/messaging/_drivers/impl_rabbit.py (+821/-0)
.pc/0002-Fix-_poll_connection-not-timeout-issue-2-2.patch/oslo/messaging/_drivers/common.py (+374/-0)
.pc/0002-Fix-_poll_connection-not-timeout-issue-2-2.patch/tests/test_utils.py (+49/-0)
.pc/0003-qpid-Always-auto-delete-queue-of-DirectConsumer.patch/oslo/messaging/_drivers/impl_qpid.py (+729/-0)
.pc/0004-rabbit-redeclare-consumers-when-ack-requeue-fail.patch/oslo/messaging/_drivers/impl_rabbit.py (+832/-0)
.pc/0004-rabbit-redeclare-consumers-when-ack-requeue-fail.patch/tests/drivers/test_impl_rabbit.py (+735/-0)
.pc/0005-Fix-possible-usage-of-undefined-variable.patch/oslo/messaging/_drivers/impl_rabbit.py (+839/-0)
.pc/0006-Declare-DirectPublisher-exchanges-with-passive-True.patch/oslo/messaging/_drivers/common.py (+374/-0)
.pc/0006-Declare-DirectPublisher-exchanges-with-passive-True.patch/oslo/messaging/_drivers/impl_rabbit.py (+839/-0)
.pc/0006-Declare-DirectPublisher-exchanges-with-passive-True.patch/tests/drivers/test_impl_rabbit.py (+756/-0)
.pc/0006-Declare-DirectPublisher-exchanges-with-passive-True.patch/tests/test_utils.py (+64/-0)
.pc/0007-fix-rabbit-starvation-of-connections-for-reply.patch/oslo/messaging/_drivers/amqp.py (+246/-0)
.pc/0007-fix-rabbit-starvation-of-connections-for-reply.patch/oslo/messaging/_drivers/amqpdriver.py (+452/-0)
.pc/0007-fix-rabbit-starvation-of-connections-for-reply.patch/oslo/messaging/_drivers/impl_rabbit.py (+865/-0)
.pc/applied-patches (+8/-0)
.pc/zmq-server-routing.patch/oslo/messaging/_drivers/impl_zmq.py (+995/-0)
debian/changelog (+8/-0)
debian/patches/0007-fix-rabbit-starvation-of-connections-for-reply.patch (+116/-0)
debian/patches/series (+1/-0)
oslo/messaging/_drivers/amqp.py (+4/-0)
oslo/messaging/_drivers/amqpdriver.py (+48/-11)
oslo/messaging/_drivers/common.py (+26/-0)
oslo/messaging/_drivers/impl_qpid.py (+0/-1)
oslo/messaging/_drivers/impl_rabbit.py (+38/-10)
oslo/messaging/_drivers/impl_zmq.py (+2/-0)
tests/drivers/test_impl_rabbit.py (+41/-2)
tests/test_utils.py (+32/-0)
To merge this branch: bzr merge lp://staging/~xianghui/ubuntu/trusty/oslo.messaging/juno-lp1521958
Reviewer Review Type Date Requested Status
Ubuntu Cloud Archive Team Pending
Review via email: mp+281442@code.staging.launchpad.net

Description of the change

    * Backport of fix to support AMQP HA failover cases.
      - d/p/0007-fix-rabbit-starvation-of-connections-for-reply.patch:
        To solve nova-conductor infinitely loop issue (LP: #1521958).

To post a comment you must log in.

Unmerged revisions

3. By Xiang Hui

  * Backport of fix to support AMQP HA failover cases.
    - d/p/0007-fix-rabbit-starvation-of-connections-for-reply.patch:
      To solve nova-conductor infinitely loop issue (LP: #1521958).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches