Duplicate StorageCrawl jobs #557
-
Hi Guys, Not sure if observation is correct though got me having some doubts. Faces:
Imagenet:
Is this correct and expected? For the context, am currently running Recognize on two nodes (with GPU though GPU portion is probably irrelevant), earlier was running on four CPU based and worry is that it might be due to this (see last_file_id being really far from each other, almost like the second crawl would be a dup?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not expected. You can remove the StorageCrawlJob instances with the lower last_file_id for the same storage. |
Beta Was this translation helpful? Give feedback.
This can happen when you disable and enable a classification option multiple times in a row. I'll see what I can do about this