remote_exec
hangs forever when remotely using gevent
model only at python3
#123
Labels
remote_exec
hangs forever when remotely using gevent
model only at python3
#123
The problem only occurs at python3.
Environment:
Linux faa410b1f09b 4.19.121-linuxkit #1 SMP Thu Jan 21 15:36:34 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Python 3.7.5
Dependencies:
21.1.2
1.8.0
Code:
Problem: Above code hangs forever.
Stdout:
Debug log:
The code hangs while executing
remote_exec
. The problem only occurs when remote thread model isgevent
.I guess the problem occurred because while gevent is rapidly syncing with python3, execnet was not maintained :C.
Maybe related to function mapping when making
ExecModel
:execnet/execnet/gateway_base.py
Lines 112 to 125 in 894533a
I know this repo is unmaintained. Hoping for receiving someone's help!
The text was updated successfully, but these errors were encountered: