You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the vmware.vmware_rest.vcenter_vm_info module spawns a ansible_collections.cloud.common.plugins.module_utils.turbo.server process.
Wait more than the default TTL (15 seconds) and run ps -edf | grep ansible_collections.cloud.common.plugins.module_utils.turbo.server you'll see that the process is never stopped.
EXPECTED RESULTS
Processes should be automatically stopped after the default 15 seconds timeout as mentioned in the documentation.
ACTUAL RESULTS
Processes are never killed leading to memory leak.
SUMMARY
Turbo server processes are not killed after 15 seconds as mentioned in the documentation
ISSUE TYPE
COMPONENT NAME
ansible_collections.cloud.common.plugins.module_utils.turbo.server
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
OS: debian 10
Kernel: Linux infra-ansible 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64 GNU/Linux
STEPS TO REPRODUCE
Using the
vmware.vmware_rest.vcenter_vm_info
module spawns aansible_collections.cloud.common.plugins.module_utils.turbo.server
process.Wait more than the default TTL (15 seconds) and run
ps -edf | grep ansible_collections.cloud.common.plugins.module_utils.turbo.server
you'll see that the process is never stopped.EXPECTED RESULTS
Processes should be automatically stopped after the default 15 seconds timeout as mentioned in the documentation.
ACTUAL RESULTS
Processes are never killed leading to memory leak.
The text was updated successfully, but these errors were encountered: