-
Notifications
You must be signed in to change notification settings - Fork 181
feat: Add exponential backoff on the grpc streaming level #21240
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
Conversation
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
# Conflicts: # hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionManager.java # hedera-node/hedera-app/src/test/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionManagerTest.java # hedera-node/hedera-app/src/test/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionTest.java
Signed-off-by: Petar Tonev <[email protected]>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #21240 +/- ##
============================================
+ Coverage 71.04% 71.05% +0.01%
- Complexity 24234 24239 +5
============================================
Files 2673 2673
Lines 103809 103842 +33
Branches 10803 10807 +4
============================================
+ Hits 73750 73786 +36
+ Misses 26011 26009 -2
+ Partials 4048 4047 -1
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
...-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionManager.java
Show resolved
Hide resolved
...-node/hedera-config/src/main/java/com/hedera/node/config/data/BlockNodeConnectionConfig.java
Outdated
Show resolved
Hide resolved
.../hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
Outdated
Show resolved
Hide resolved
.../hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
Outdated
Show resolved
Hide resolved
.../hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Petar Tonev <[email protected]>
…nto 21214-fix-exponential-backoff
Signed-off-by: Petar Tonev <[email protected]> Co-authored-by: Derek Riley <[email protected]>
Description:
Related issue(s):
Fixes #21214
Notes for reviewer:
Checklist