Comment 9 for bug 1782291

Revision history for this message
Jack Jonnalagadda (jackjvs) wrote :

The alarm-gen issue on the setup requires python-gevent package version 1.1 or higher be run. However, the gevent version on the system appears to be 1.0 (enclosed the listing in LP). On one of the working RHAT deployments [Linux version 3.10.0-862.6.3.el7.x86_64 (<email address hidden>) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Tue Jun 26 16:32:21 UTC 2018], the python gevent version in use seems to be 1.2

Locally, upgrading gevent pkg on the container and restarting didn’t work (container is stuck in restarting).

Depending on how the required libraries are packaged the install should ensure that it uses gevent 1.1 or higher.

The alarm-gen issue on the setup points to following topic listed at:
https://github.com/dpkp/kafka-python/issues/702
Resolution:
https://pypi.org/project/selectors34/ (Note that this is no longer an issue with the stdlib selectors module on Gevent 1.1 and later.)