-
Notifications
You must be signed in to change notification settings - Fork 117
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
[CORE-668,CORE-669] - Add health monitor flags #802
[CORE-668,CORE-669] - Add health monitor flags #802
Conversation
Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the TipsChat with CodeRabbit Bot (
|
@@ -183,10 +183,6 @@ import ( | |||
var ( | |||
// DefaultNodeHome default home directories for the application daemon | |||
DefaultNodeHome string | |||
|
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.
This constant is now defined within daemon flags, not needed here.
aa7e502
to
db8d8d0
Compare
96b6c25
to
12fe89e
Compare
5fe6028
to
bc6fe09
Compare
12fe89e
to
a1cc295
Compare
96af5ff
to
f0fc022
Compare
059b00d
to
3281291
Compare
// checker is lazily created using the provided function if needed. This method is synchronized. It returns an error if | ||
// the service was already registered. | ||
func (ms *healthMonitorMutableState) RegisterHealthChecker( | ||
checkable types.HealthCheckable, | ||
lazyHealthCheckerCreator func() *healthChecker, | ||
) error { | ||
stopService := false |
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.
hmm, is this change intended to be part of this PR? thought this PR was strictly adding the flags.
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.
Ah, looks like I mixed up some changes I meant to add to the other health monitoring PR.
d4a3839
to
27b4c4e
Compare
a71a5b4
to
7b8f83f
Compare
1538cc4
to
6bedc57
Compare
cd77cee
to
f996947
Compare
6bedc57
to
21bd7cd
Compare
…PC query. Update error for a more specific test. PR comments. Revert liquidations health reporting to occur only at task loop boundary. Checkpoint. checkpoint - implementation, moved methods to app. need to migrate / add testing. Update test app. Checkpoint for tests. Finish test cases. App unit test + cleanup. Cleanup, rename. cleanup. Move monitoring call to before client start. Update placement of monitor code for pricefeed client. Revert ServiceName changes. Checkpoint. Revert bridge failure. Rename flag. Disable panics for localnet due to bridge daemon flakiness. Rename again after rebase. Rename flag. Fix unaddressed merge lines.
ed839cf
to
3e20131
Compare
4336388
into
crystal/CORE-666-monitor-update
Changelist
Add 2 flags:
Test Plan
Author/Reviewer Checklist
state-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.