The GitHub Actions job "Java CI with Maven" on 
stormcrawler.git/meta-charset-overflow has failed.
Run started by GitHub user dpol1 (triggered by dpol1).

Head commit for run:
bca507f954183d7313e05ec483dd3698e6c4fe2d / Davide Polato <[email protected]>
fix: report a charset detection failure as a parse error in JSoupParserBolt 
(#2092)

Charset detection ran before the try block whose catch (Throwable)
routes parse failures through handleException, so an error thrown there
escaped execute() and took the worker down; the URL stayed scheduled and
the replay took the restarted worker down again.

The detection now runs inside that try, so a failure ends as a
Status.ERROR for that URL like any other parse failure. A test injects
an Error into the detection and checks the status tuple, the ack and
that no document is emitted.

Signed-off-by: Davide Polato <[email protected]>

Report URL: https://github.com/apache/stormcrawler/actions/runs/34942685306

With regards,
GitHub Actions via GitBox

Reply via email to