influxdb/iox_data_generator/benches
Carol (Nichols || Goulding) 729ffffa3e
fix: Let's not all write to the same file at the same time
Fixes #6001.

The generator can create multiple agents that all write in parallel to
the same file, which results in garbage.

Share the same File instance with a Mutex around it and lock the file
until you've written one whole line.
2022-10-28 13:44:33 -04:00
..
point_generation.rs fix: Let's not all write to the same file at the same time 2022-10-28 13:44:33 -04:00