-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fix timeout in monitor #9870
Fix timeout in monitor #9870
Conversation
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9870 +/- ##
============================================
- Coverage 92.27% 92.25% -0.02%
- Complexity 7771 7772 +1
============================================
Files 951 951
Lines 32472 32502 +30
Branches 4118 4120 +2
============================================
+ Hits 29962 29984 +22
- Misses 1546 1551 +5
- Partials 964 967 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Quality Gate passedIssues Measures |
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
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
* Add a `hedera.mirror.monitor.nodes.certHash` property * Fix TLS connectivity by setting `client.setNetworkFromAddressBook()` using address book created from `/api/v1/network/nodes` --------- Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Fix timeout in monitor (#9870) * Add a `hedera.mirror.monitor.nodes.certHash` property * Fix TLS connectivity by setting `client.setNetworkFromAddressBook()` using address book created from `/api/v1/network/nodes` --------- Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Description:
hedera.mirror.monitor.nodes.certHash
propertyclient.setNetworkFromAddressBook()
using address book created from/api/v1/network/nodes
Related issue(s):
Fixes #9869
Notes for reviewer:
Checklist