Bug 1523064
Summary: | Potential memory leak in neutron-server | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Meiyan Zheng <mzheng> |
Component: | openstack-neutron-lbaas | Assignee: | Nir Magnezi <nmagnezi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Bruna Bonguardo <bbonguar> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 10.0 (Newton) | CC: | amuller, apevec, astafeye, bbonguar, bcafarel, bhaley, cgoncalves, chrisw, dalvarez, jlibosva, lhh, majopela, mbayer, mzheng, pvarma, ragiman, skaplons, slinaber, sputhenp, srevivo |
Target Milestone: | zstream | Keywords: | TestOnly, Triaged, ZStream |
Target Release: | 10.0 (Newton) | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-lbaas-9.2.2-8.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-07 18:02:22 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: | |||
Bug Depends On: | 1545939 | ||
Bug Blocks: |
Comment 12
Praveen Varma
2018-08-15 01:03:31 UTC
This is dependent on 1545939. The fix for that other bug was delivered as a hotfix to the customer impacted by this bug. Nir, what are the exact steps to reproduce/verify this in my environment? (In reply to Bruna Bonguardo from comment #50) > Nir, what are the exact steps to reproduce/verify this in my environment? Hi Bruna, We spoke f2f about this, but it makes sense to keep the information here up-to-date: I advised repeating the steps Slawek took on comment 39, which should give an indication for quality engineering to verify this. If you need any help with this, please do let me know. Nir As you can see, I created 10 load balancers with 10 listeners each. The memory is as stated above. It does not look unreasonably high. Nir - can you connect to the server with me and check? Yes, this looks fine. Memory is allocated by python in first iteration and it's not given back to OS after resources are removed. But in next iterations same memory is reused by new resources thus consumption is not raising anymore. I don't see any leak in https://docs.google.com/spreadsheets/d/147vG-PO8SAijjK4sR87K-7v3YGfR0fae5AlOdiXZwrA/edit#gid=0 IMO it works fine. According to our records, this should be resolved by openstack-neutron-lbaas-9.2.2-8.el7ost. This build is available now. |