Zun

Comment 3 for bug 1785371

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to zun (master)

Reviewed: https://review.openstack.org/588992
Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=de82a5dc81816194eecbbf609ca3c179b7aa9368
Submitter: Zuul
Branch: master

commit de82a5dc81816194eecbbf609ca3c179b7aa9368
Author: Hongbin Lu <email address hidden>
Date: Sun Aug 5 20:28:57 2018 +0000

    Reuse the RPC transport to create RPC client

    In before, we created a PRC transport per RPC call. This causes
    too many RPC connections as reported by the bug. This patch fixes
    it by initialize the RPC transport at startup and reuse the RPC
    transport for each API call.

    Change-Id: I55e409e0b70024673bd25ab460c2a5bfecc717a5
    Closes-Bug: #1785371