sgkit-dev / bio2zarr

Convert bioinformatics file formats to Zarr
Apache License 2.0
26 stars 7 forks source link

See if semaphore leak is from concurrent.futures #230

Closed jeromekelleher closed 4 months ago

jeromekelleher commented 4 months ago

Removes all local mp.Value stuff and tqdm.

jeromekelleher commented 4 months ago

So, completely removing all progress related stuff got rid of the leak. Let's try adding stuff back in.

jeromekelleher commented 4 months ago

Various efforts at characterising and debugging #209. Closing due to lack of progress.