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

Change the way health checking works. #2956

Merged
merged 3 commits into from
Jan 31, 2019
Merged

Change the way health checking works. #2956

merged 3 commits into from
Jan 31, 2019

Conversation

manishrjain
Copy link
Contributor

@manishrjain manishrjain commented Jan 31, 2019

Instead of calling Echo repeatedly, have the server return a stream.

This is in response to #2922 .


This change is Reviewable

}
}
}
return nil

Choose a reason for hiding this comment

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

unreachable code (from govet)

@manishrjain manishrjain merged commit f198523 into master Jan 31, 2019
@manishrjain manishrjain deleted the mrjn/echo branch January 31, 2019 00:18
manishrjain added a commit that referenced this pull request Jan 31, 2019
* Change the way health checking works. Instead of calling Echo repeatedly, have the server return a stream. This should be a more robust approach than calling Echo from the client. In this approach, the server is sending beats to the client, which has a better chance of periodic execution.
dna2github pushed a commit to dna2fork/dgraph that referenced this pull request Jul 19, 2019
* Change the way health checking works. Instead of calling Echo repeatedly, have the server return a stream. This should be a more robust approach than calling Echo from the client. In this approach, the server is sending beats to the client, which has a better chance of periodic execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants