The GitHub Actions job "Java CI with Maven" on stormcrawler.git/meta-charset-overflow has succeeded. Run started by GitHub user dpol1 (triggered by dpol1).
Head commit for run: 701d687d69f19d14fa22d47f7e1fd370fff40e52 / 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/34943315224 With regards, GitHub Actions via GitBox
