-
Notifications
You must be signed in to change notification settings - Fork 205
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
Update rc v1.4.0 2022.09.09 #4447
Conversation
- hb v1 monitor no longer returns data after disable epoch
…nnections' metrics from monitor
Fix heartbeat v2 metrics update
…rs. metricsUpdater benefits from this, it better updates the metric
Fix hb v2 metrics issues + hb status returned
Add new flags (useful for some observers): "serialize-snapshots", "disable-consensus-watchdog"
Further hb v2 fixes
Update hb fixes 2022.09.07
Feat/heartbeat fixes
# Conflicts: # cmd/node/flags.go # config/contextFlagsConfig.go # factory/stateComponents.go # heartbeat/process/monitor.go # heartbeat/process/monitor_test.go # node/nodeRunner.go
}, | ||
} | ||
args.EnableEpochsHandler = &testscommon.EnableEpochsHandlerStub{ | ||
IsHeartbeatDisableFlagEnabledField: 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.
IsHeartbeatDisableFlagEnabledField: false, | |
IsHeartbeatDisableFlagEnabledField: true, |
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.
fixed
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.
System test passed.
Description of the reasoning behind the pull request (what feature was missing / how the problem was manifesting itself / what was the motive behind the refactoring)
Proposed Changes
Testing procedure