apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.04k stars 925 forks source link

Performance Issues #1333

Open QROkes opened 5 years ago

QROkes commented 5 years ago

Summary

I have some months using Libcloud v2.3.0, now when I tried to update to v2.5.0 with the same application files I'm getting a lot of errors.

Detailed Information

Using the same server and applications with v2.5.0 scripts stop responding and freezing very often (like 10%) and randomly (can't reproduce it), it never happens with v2.3.0. I'm just using some simple scripts for Digital Ocean and AWS to create, stop and terminate servers, and also listing some things like images, locations, sizes and keys.

Python 3.6.8 Ubuntu 18.04

Now I've downgraded again to v2.3.0 and everything is normal and stable as usual.

For more information on contributing, please see https://libcloud.readthedocs.io/en/latest/development.html

pquentin commented 5 years ago

Did you try bisecting to find the commit that breaks?

Kami commented 4 years ago

Is this still an issue with the latest version?

stale[bot] commented 4 years ago

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.