-
Notifications
You must be signed in to change notification settings - Fork 726
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
mcs/metastorage: remove the register restful API #8583
Conversation
Signed-off-by: husharp <ihusharp@gmail.com>
0b4d948
to
6f8b771
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8583 +/- ##
=======================================
Coverage 77.59% 77.60%
=======================================
Files 474 474
Lines 61883 61884 +1
=======================================
+ Hits 48019 48024 +5
+ Misses 10334 10331 -3
+ Partials 3530 3529 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
cc @okJiang |
@@ -266,7 +266,6 @@ func (d *Driver) RegionsHeartbeat(ctx context.Context) { | |||
healthyNodes[n.Store.GetId()] = true | |||
} | |||
} | |||
report := 0 |
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.
unused variable
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lhy1024, rleungx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
After the #8317 merge, we will now have an error log error log
Since the meta storage doesn't provide restful API right now, we can remove the register.
Issue Number: Ref #5836
What is changed and how does it work?
Check List
Tests
Release note