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

Drop "connection closed before message completed" messages to debug #15196

Open
jszwedko opened this issue Nov 11, 2022 · 1 comment
Open

Drop "connection closed before message completed" messages to debug #15196

jszwedko opened this issue Nov 11, 2022 · 1 comment
Labels
domain: observability Anything related to monitoring/observing Vector type: feature A value-adding code addition that introduce new functionality.

Comments

@jszwedko
Copy link
Member

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

A few users have reported that the HTTP warning messages "connection closed before message completed" are noisy since having connections terminate abruptly is not unusual and the requests are retried.

Some users also think these are hard errors that are resulting in dropped events because of the log level.

Attempted Solutions

No response

Proposal

Drop these log messages to the DEBUG level.

References

Version

vector 0.25.1

@jszwedko jszwedko added domain: observability Anything related to monitoring/observing Vector type: feature A value-adding code addition that introduce new functionality. labels Nov 11, 2022
@lordsherman
Copy link

These messages were fairly concerning to me in my setup until I stumbled upon this posted issue. While I never saw lost data due to this it was making me think something was wrong.

I send out data to central Loki and Victoriametrics instances. Some of my regional vector instances that push this data out will see these errors way more than others. It depends on how many servers locally push to these regional instances. I am going to have to set log limits for my containers in the locations that have a lot of servers pushing to them or my instances will run out of storage space because of this.

I would love to see this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: observability Anything related to monitoring/observing Vector type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

2 participants