Open jchutrue opened 6 years ago
@jchutrue do you still see this? Can you narrow down how this is triggered? If we can't replicate it we should close the issue.
@tjd2002 sorry for the late response. It's still unclear to me how this happens, but if you aren't seeing it on your machines, let's just close this issue for now.
After I run
ephys.bandpass_filter
,ephys.whiten
,ms4alg.sort
,ms3.cluster_metrics
,ms3.isolation_metrics
, andms3.combine_cluster_metrics
, I see onhtop
that my core usage is 100% on all cores, even after the processes completed.htop
indicates there are actually 12ms4alg.sort
processes. My guess is that somewhere the multiprocessing pool didn't get closed so the workers are still active?