Skip to content

Commit 297f835

Browse files
committed
minor docs fix
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
1 parent 5c631e2 commit 297f835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hedera-node/docs/design/app/blocks/BlockNodeConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To detect unresponsive block nodes during message transmission, the connection i
177177
- The timeout metric is incremented
178178
- `handleStreamFailure()` is triggered (only if connection is still ACTIVE)
179179
- The connection follows standard failure handling with exponential backoff retry
180-
- The connection manager may select a different block node for the next attempt
180+
- The connection manager will select a different block node for the next attempt if one is available
181181
- **onComplete() timeout**: When closing the stream via `closePipeline()`, a timeout task is scheduled before calling `pipeline.onComplete()`. If the operation does not complete within the configured timeout period:
182182
- The timeout metric is incremented
183183
- Since the connection is already in CLOSING state, only the timeout is logged

0 commit comments

Comments
 (0)