2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-08-03 16:07:00 +00:00
Files
confluent/confluent_client/bin
Markus Hilger a619b6ed6f Bound the sessions the nodediscover CSV import opens
Replacing the forked children with a gather kept their fan-out: every
row of the import file gets a session of its own and they all start at
once, so a large file opens a local socket and a server side session
task per node simultaneously.

Hold a semaphore for the duration of each node's assignment instead, so
a finished node's session is dropped before the next one starts.  Also
build that session once per node rather than once per MAC, and say why
the caller's session is not reused, which was self evident while this
ran in a forked child.
2026-07-27 06:15:32 +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