2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-26 13:10:38 +00:00
Jarrod Johnson 929392c746 Fix hangs on check_output
Eventlet narrowly targets overriding
select in subprocess, to avoid rewriting adequate functions.

However, subprocess does an 'optimization' to skip
select if there's fewer than 3 pipes to juggle and no timeout specified.

Induce python to always use select
by specifying a very long timeout.

This causes confluent to be able to spawn multiple subprocesses and
not be hung waiting for input.
2021-09-23 10:42:47 -04:00
2021-06-24 14:00:19 -04:00
2021-09-22 08:17:18 -04:00
2021-09-01 10:28:49 -04:00
2021-01-21 11:52:22 -05:00
Description
xCAT confluent - replacement of conserver and eventually xcatd
11 MiB
Languages
Python 79.4%
Shell 16.5%
C 3.3%
Go 0.4%
Perl 0.3%