Comment 0 for bug 1886563

Revision history for this message
Joseph Richard (josephrichard) wrote :

Brief Description
-----------------
openstack-armada-app helm plugin dbapi calls scale linearly to the number of worker nodes, which results in very-poor performance when using a large number of nodes. This should be reduced to use a constant number of dbapi calls through optimization and caching.

Severity
--------
Provide the severity of the defect.
Major: blocks using large system

Steps to Reproduce
------------------
Install OpenStack on system with 20 worker nodes
Attempt to lock host.

Expected Behavior
------------------
evaluate_app_apply finishes in less than 60 seconds

Actual Behavior
----------------
lock fails because evaluate_app_reapply takes longer than 60 seconds

Reproducibility
---------------
Reproducible

System Configuration
--------------------
large (20-worker) system

Last Pass
---------
unknown

Workaround
----------
Increase rpc_response_timeout