Bug 1733013
| Summary: | When trying to create multiple LBs via Heat SDK. The Octavia API seems to be overwhelmed by the load. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Brendan Shephard <bshephar> |
| Component: | openstack-octavia | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Bruna Bonguardo <bbonguar> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 13.0 (Queens) | CC: | astafeye, ihrachys, lpeer, majopela, michjohn, scohen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-21 14:19:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Brendan Shephard
2019-07-25 02:14:25 UTC
The log snippet is from the controller-worker process and during a member delete workflow. This is not from the octavia-api nor from a load balancer create request. We need the full logs to identify the issue, can you please request an sos report? The Octavia API has been stress tested to handle high rates of requests without issue. It is likely the heat template is not honoring the REST API status codes returned by the octavia API. A typically lifecycle would be once the load balancer create request is received, the load balancer will be in an immutable state for a period of time while the load balancer is provisioned. The API requester will receive a 409 status code with an appropriate error message indicating that the load balancer is immutable at the moment and the request should be tried again. If the heat template ignores these status codes, it will progress thinking the follow on API requests are completing when in fact they are getting 409 "retry" status messages back. We will need the API and worker logs to confirm or identify the issue. It would also be helpful to know if the API call for the load balancer create was a "single-call-create" (creating the whole load balancer, listeners, pools, etc. in one API call) or if it was individual API calls for each object. Hey Michael, Thanks for your reply. My chances of getting a full sos report are fairly slim due to the secure environment requirements. It sounds like we could just be focusing on the API log for Octavia and the heat-engine logs though. Would that be sufficient here? I can probably get a snippet of the code they are using so that we can better understand how they are constructing the API call. Let me check with them and get back to you on that one. Yes, the Octavia API log and a code snippet would be helpful here. (In reply to Michael Johnson from comment #3) > Yes, the Octavia API log and a code snippet would be helpful here. Brendan, Please provide API logs as Michael requested so we can take a closer look into this. Thank you! |