-
Notifications
You must be signed in to change notification settings - Fork 143
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
9479: Add more logs to debug virtual map reconnect issues #9481
Conversation
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #9481 +/- ##
=============================================
- Coverage 65.26% 65.23% -0.04%
- Complexity 29646 29652 +6
=============================================
Files 3260 3261 +1
Lines 124382 124463 +81
Branches 12896 12909 +13
=============================================
+ Hits 81184 81192 +8
- Misses 40121 40198 +77
+ Partials 3077 3073 -4
☔ View full report in Codecov by Sentry. |
...lds-common/src/main/java/com/swirlds/common/merkle/synchronization/LearningSynchronizer.java
Outdated
Show resolved
Hide resolved
platform-sdk/swirlds-jasperdb/src/main/java/com/swirlds/merkledb/MerkleDbDataSource.java
Outdated
Show resolved
Hide resolved
...swirlds-virtualmap/src/main/java/com/swirlds/virtualmap/internal/merkle/VirtualRootNode.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
41a70d0
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.
Still a little concerned with the catch structure, but should at least be safe.
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
4a1f84f
More logs and more try-catch blocks.
Fixes: #9479
Signed-off-by: Artem Ananev artem.ananev@swirldslabs.com