Skip to content

Commit 4ce27cf

Browse files
authored
Merge branch 'main' into configure-mem-pool-buckets-rotation
2 parents fb77a30 + 6a70c13 commit 4ce27cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

node/router/shard_router.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ func (sr *ShardRouter) maybeReconnectStream(connIndex int, streamInConnIndex int
159159
return err
160160
}
161161
}
162-
// check the connection, and if it's bad - try to reconnect untill success
163-
sr.logger.Debugf("connection %d has state %s", connIndex, conn.GetState())
164162

165163
// try to initialize or renew the stream.
166164
// It could fail when the stream is reported faster than the connection's status becomes bad, or if the connection breaks again.

0 commit comments

Comments
 (0)