We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some error messages can be confusing or with little detail for example:
Sep 30 13:47:27 WGC-HEP-PXY-01 /usr/local/bin/heplify[22187]: sniffer.go:717: closed tcp connection [1]: EOF Sep 30 13:46:29 WGC-HEP-PXY-02 /usr/local/bin/heplify[16282]: sniffer.go:717: closed tcp connection [1]: EOF
The errors should be more indicative to what this connection is for troubleshooting the cause of early socket termination.
For example, is it an incoming connection to heplify, or is it an outgoing connection from Heplify to Homer?
The error is thrown here for incoming connections:
heplify/sniffer/sniffer.go
Line 717 in 9d102bb
We should consider amending the error to something like below:
Sep 30 13:47:27 WGC-HEP-PXY-01 /usr/local/bin/heplify[22187]: sniffer.go:717: Incoming client closed tcp connection improperly [1]: EOF
The text was updated successfully, but these errors were encountered:
Fixed by #305
Sorry, something went wrong.
No branches or pull requests
Some error messages can be confusing or with little detail for example:
The errors should be more indicative to what this connection is for troubleshooting the cause of early socket termination.
For example, is it an incoming connection to heplify, or is it an outgoing connection from Heplify to Homer?
The error is thrown here for incoming connections:
heplify/sniffer/sniffer.go
Line 717 in 9d102bb
We should consider amending the error to something like below:
The text was updated successfully, but these errors were encountered: