GGraziadei commented on PR #2135: URL: https://github.com/apache/stormcrawler/pull/2135#issuecomment-5720743794
Hi @rzo1, Thanks for your comment. I fixed in: - https://github.com/apache/stormcrawler/pull/2135/commits/b16ce2390324de62f9f88e5c26b5731e56103c90 access to HTTPRobot Cache for the sequence FetcherBolts puts EMPTY the Helper thread ends after - https://github.com/apache/stormcrawler/pull/2135/commits/92a127d74e13cc2934e669c6b125c1cf8d5abf2e managed the `private final AtomicInteger` variables in `StuckProtocol` including STARTED in addition to your previous comment - https://github.com/apache/stormcrawler/pull/2135/commits/9b23ff78499d2e249200f8507d1ff99a9b654009 managed the deprecation message with the right version for FETCH_TIMEOUT_PARAM_KEY - https://github.com/apache/stormcrawler/pull/2135/commits/7a2dbfaf1d4cb187a6e6f52fe373e8d5175767ab handled the race condition in FetchTimeoutHelpers. Added an Handoff based on AtomicInteger. I conducted an additional check on the management of ERRORCACHE in [a575b47](https://github.com/apache/stormcrawler/pull/2135/commits/a575b472989a2ebd3948132cfd56ac3c100e8b22) -- 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]
