Atmuri-SatyaPrakash opened a new pull request, #2050: URL: https://github.com/apache/stormcrawler/pull/2050
## Description Fixes deletion of URLs that are redirected. When a URL receives a REDIRECTION status, the URL was previously not emitted to the deletion stream. This could leave the old URL in the index after it redirects to another URL. This change emits REDIRECTION statuses to the deletion stream while preserving the existing ERROR behavior. ## Testing Added a regression test to verify that redirected URLs are emitted to the deletion stream. Tested with: mvn -pl core -Deditorconfig.skip=true -Dtest=AbstractStatusUpdaterBoltTest test Result: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 BUILD SUCCESS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
