You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: