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

Cherry-pick #11118 to 7.0: [Heartbeat] Fix status for TCP checks (Master) #11140

Merged
merged 2 commits into from
Mar 8, 2019

Conversation

andrewvc
Copy link
Contributor

@andrewvc andrewvc commented Mar 7, 2019

Cherry-pick of PR #11118 to 7.0 branch. Original message:

This is a cherry-pick of #10777 to the master branch (which can then be backported to 7.x and 7.0). I opened this concurrently to get it in sooner.

The heartbeat checks for TCP send/receive have been broken for a long time, since at least 6.3 from my testing. An error was returned, but the status was still set to 'up'.

The heartbeat checks for TCP send/receive have been broken for a long time, since at least 6.3 from my testing. An error was returned, but the status was still set to 'up'.

This patch fixes that and adds tests.

(cherry picked from commit e5c3485)
@andrewvc andrewvc requested a review from a team as a code owner March 7, 2019 19:45
@@ -65,6 +65,10 @@ https://github.com/elastic/beats/compare/v7.0.0-beta1...master[Check the HEAD di

*Heartbeat*

- Made monitors.d configuration part of the default config. {pull}9004[9004]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like more then expected here :-)

@andrewvc andrewvc merged commit 877cee9 into elastic:7.0 Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants