Open danizen opened 6 years ago
Somehow, that crawler's lastActivity keeps udating and it doesn't stop, because the other crawler is still running. I don't know that it is making any progress however, as this "monitor_general_crawler" is lingering way behind in progress past the "monitor_lessdepth_crawler". I thought it was just because of the depth for a long time.
VERSIONS:
Beyond the excerpt below, rest is dependency inheritance:
PROBLEM DESCRIPTION:
NullPointerException
occurs running with multple crawlers:ANALYSIS:
Root job allocated by
AbstractCollector
increateJobSuite
isn't fully wired, because althoughAsyncJobGroup
is not abstract, it doesn't allocate agroupUpdater
, and so theNullPointerException
.DESIRED BEHAVIOR:
No
NullPointerException
.