-
Notifications
You must be signed in to change notification settings - Fork 335
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
feat: support frontend-meta heartbeat #1555
feat: support frontend-meta heartbeat #1555
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1555 +/- ##
===========================================
- Coverage 85.49% 84.89% -0.60%
===========================================
Files 537 538 +1
Lines 85153 85273 +120
===========================================
- Hits 72800 72396 -404
- Misses 12353 12877 +524 |
84b8ba0
to
56e7dbe
Compare
c249e59
to
7d006e8
Compare
Solved, PTAL @MichaelScofield @fengjiachun |
cb5a5df
to
4463a5a
Compare
a6f85f7
to
c9fec2a
Compare
b257ad5
to
79dbfb6
Compare
d06f5b3
to
2dc5e51
Compare
@Fengys123 there are conflicts |
2dc5e51
to
2645c0a
Compare
f5b2cf6
to
edcb2ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* feat: support frontend heartbeat * fix: typo "reponse" -> "response" * add ut * enable start heartbeat task * chore: frontend id is specified by metasrv, not in the frontend startup parameter * fix typo * self-cr * cr * cr * cr * remove unnecessary headers * use the member id in the header as the node id
* feat: support frontend heartbeat * fix: typo "reponse" -> "response" * add ut * enable start heartbeat task * chore: frontend id is specified by metasrv, not in the frontend startup parameter * fix typo * self-cr * cr * cr * cr * remove unnecessary headers * use the member id in the header as the node id
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
This pr mainly support the heartbeat mechanism between frontend and meta.
Checklist
Refer to a related PR or issue link (optional)