-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make implementing Close required by reader.Reader #20455
Make implementing Close required by reader.Reader #20455
Conversation
Pinging @elastic/integrations-services (Team:Services) |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
5e2c990
to
10bf717
Compare
10bf717
to
43d4b09
Compare
Failing tests are related. |
78ec778
to
233aec3
Compare
Failing tests are unrelated. |
This PR changes the `reader.Reader` interface to require readers implement a `Close` function. This lets Filebeat clean-up the goroutine in `TimeoutReader`. Closes elastic#19193 (cherry picked from commit 315a17e)
## What does this PR do? This PR changes the `reader.Reader` interface to require readers implement a `Close` function. ## Why is it important? This lets Filebeat clean-up the goroutine in `TimeoutReader`. ## Related issues Closes elastic#19193
What does this PR do?
This PR changes the
reader.Reader
interface to require readers implement aClose
function.Why is it important?
This lets Filebeat clean-up the goroutine in
TimeoutReader
.Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Closes #19193