pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

Progress stops at some moment and doesn't move

Open koren-v opened this issue 4 years ago • 9 comments

Hi, I was faced with a problem, when at some moment the progress stops even if the RAM is free enough and doesn't move how long you would wait. image image

koren-v avatar Dec 07 '20 05:12 koren-v

I too see this often. On one of my project one in four runs fails. It's not consistent.

BrannonKing avatar Dec 18 '20 16:12 BrannonKing

Same with my project :(

daniiomir avatar Dec 21 '20 10:12 daniiomir

Same here- doing a lambda function on a large dataframe hangs at seemingly random points, some threads run to completion and others fail. try-catching in the lambda function doesn't seem to help in any way either, so it doesn't appear that the function itself is hanging, but the actual pandarallel instance.

MLTQ avatar Dec 26 '20 16:12 MLTQ

The same for me

borisRa avatar Jan 26 '21 19:01 borisRa

Same here. It worked for some time by disabling the progress_bar, yet it still randomly hangs, leaving workers idle and blocking the whole program.

ghost avatar Apr 15 '21 09:04 ghost

Have you guys found any solution for the problem? It randomly hangs for me as well.

setu1421 avatar Nov 08 '22 05:11 setu1421

I have observed that it hangs when one of the workers has had an error/exception.

vishal-wadhwa avatar Jan 31 '23 05:01 vishal-wadhwa

Hey @vishal-wadhwa,

how did you observe this? Do you think the problem is that the exception of the worker is never properly raised? Do you have some simple code to reproduce the issue?

till-m avatar Jan 31 '23 09:01 till-m