DescriptionFix handling of failed distillation.
Currently, when distillation fails, the TaskTracker signals that a
source has finished. It then checks if all sources are done (and if not,
it will wait to call the callback). The check for sources done though
assumes that if distiller_ is non-null, then distillation is still in
progress. So, we should be deleting/releasing distiller_ when it
finished (and before signalling that the source is finished).
This also updates the standalone content extractor to fail if extraction
of some url fails.
Committed: https://crrev.com/39186c37d96231e4b48fcc63bf65d4100b0b6735
Cr-Commit-Position: refs/heads/master@{#295599}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|