Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility issue with eventlet #131

Open
mishranik opened this issue Dec 6, 2021 · 0 comments
Open

compatibility issue with eventlet #131

mishranik opened this issue Dec 6, 2021 · 0 comments

Comments

@mishranik
Copy link

I'm facing a compatibility issue with the latest eventlet version 0.32.0 and above, 0.31.1 works fine.
Other dependencies are
gunicorn==20.1.0 meinheld==1.0.2 falcon==2.0.0
Below error, we are getting after each API call to the falcon server. Where workers get killed due to below error and then restarts itself.

2021-11-30 19:58:19 [66677] [INFO] worker received SIGABRT signal
Traceback (most recent call last):
  File "project_path/.tox/py39/lib/python3.9/site-packages/eventlet/hubs/hub.py", line 365, in run
    self.wait(sleep_time)
  File "project_path/.tox/py39/lib/python3.9/site-packages/eventlet/hubs/kqueue.py", line 96, in wait
    time.sleep(seconds)
  File "project_path/.tox/py39/lib/python3.9/site-packages/gunicorn/workers/base.py", line 203, in handle_abort
    sys.exit(1)
SystemExit: 1

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "project_path/.tox/py39/lib/python3.9/site-packages/meinheld/mlogging.py", line 187, in _access
    'h': environ.get('REMOTE_ADDR', '-'),
SystemError: <method 'get' of 'dict' objects> returned a result with an error set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant