Skip to content
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

fix(inputs.socket_listener): Avoid noisy logs on closed connection #13288

Merged
merged 2 commits into from
May 19, 2023

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented May 19, 2023

This suppresses several different logs that may be emitted when the connection is closed (locally or by remote) at various points.

resolves #13043
replaces #13060

@telegraf-tiger telegraf-tiger bot added fix pr to fix corresponding bug plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins labels May 19, 2023
phemmer and others added 2 commits May 19, 2023 13:03
This suppresses several different logs that may be emitted when the connection is closed (locally or by remote) at various points.

Fixes influxdata#13043
Update socket_listener_test.go

Fix stateful test
@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label May 19, 2023
@powersj powersj merged commit ad4df21 into influxdata:master May 19, 2023
@srebhan srebhan added this to the v1.27.0 milestone Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

socket_listener: silence health checks in logs
3 participants