mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 02:22:31 +00:00
5bcde84e1407e169cc8ae00def2aaaa86cbcd3e9
It turns out that eventlet.green.threading.Event() doesn't behave very efficiently in this context for whatever reason. Use eventlet.event.Event() instead. It was not used before due to lack of timeout and clear, but that is overcome by disposing of it rather than reusing and using with eventlet.Timeout() to add timeout to wait that doesn't have built in timeout.
Description
xCAT confluent - replacement of conserver and eventually xcatd
Languages
Python
79.6%
Shell
16.3%
C
3.3%
Go
0.4%
Perl
0.3%