jnioche opened a new pull request, #1866: URL: https://github.com/apache/stormcrawler/pull/1866
## Summary - The `Timer` and `RestHighLevelClient` were created inside an anonymous `TimerTask` with no way to cancel or close them — the timer thread runs forever and the client's connection pool is never shut down - Store both as instance fields and override `cleanup()` to cancel the timer and close the client - `cleanup()` is called by `ParseFilters` during bolt cleanup, so this is properly wired in ## Test plan - [ ] Verify compilation with `mvn compile -pl external/opensearch -am` - [ ] Verify existing OpenSearch integration tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
