Disk space pause is not working
It appears that something is resetting the pause state immediately after the disk space pause, causing it to continue crawling when we no longer have space.
@NGTmeaty you wanna debug this yourself? Asking cause you assigned it to yourself
It's strange, it looks like it works, but not for all workers. Right now I have a crawl that is displaying the low disk space pausing message, and 1 worker out of 500 is still crawling. There is no reason (looking at the queue) for the other workers to not crawl, so I guess the pausing kinda works? But not for all workers.
This is linked with the"problem" that a worker in a crawl retry loop will stay in that loop and not be paused. Pause check at worker level is in it's main event loop but when the crawl.Capture() function is called the worker doesn't have any possibility to pause the crawl