2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-31 01:59:42 +00:00
Files
Markus Hilger f8ea1adec7 Keep the nodediscover CSV import going past a failed assignment
gather propagates the first exception and leaves its siblings running,
so a transport level failure against one node ends the import with a
traceback while the rest of the batch is cancelled at loop shutdown.
The forked children used to contain such a failure to their own node.
assign_macs already reports an error response itself, so this is the
connection dropping rather than the server refusing the assignment.

Collect the exceptions instead, report each one and count it towards
the exit code.  Schedule the assignments as tasks while doing so, since
the plain coroutines are left unawaited if defining a later node raises
before the gather is reached.
2026-07-27 06:15:45 +02:00
..
2026-07-09 14:13:45 -04:00
2025-03-24 16:28:36 -04:00
2021-06-08 09:12:33 -04:00
2020-02-19 14:36:10 -05:00
2025-03-12 12:51:42 -04:00
2021-09-13 14:09:07 -04:00
2025-05-20 10:39:57 -04:00
2024-05-29 12:23:05 -04:00
2025-05-20 10:39:57 -04:00
2026-06-04 08:04:39 -04:00
2021-03-19 11:49:46 +02:00
2025-05-30 15:48:32 -04:00