dlio_benchmark icon indicating copy to clipboard operation
dlio_benchmark copied to clipboard

logs not getting written when multiprocessing_context is spawn or forkserver

Open krehm opened this issue 1 year ago • 4 comments

I just opened PR #130 to fix dlio.log so that it gets reopened in spawn and forkserver child processes so that the child log messages are not lost.

The same problem exists with dlp.log, but some of the code that needs to change is in repository dlio-profiler. Once that is updated and its release number is bumped, then changes can be made in dlio_benchmark to use the newer dlio-profiler version.

krehm avatar Dec 26 '23 21:12 krehm