Skip to content

Commit

Permalink
mcs, tso: remove unnecessary "create tso forwarding stream" log on th…
Browse files Browse the repository at this point in the history
…e common happy path (#6524)

close #6517

Remove unnecessary "create tso forwarding stream" on the common happy path

Signed-off-by: Bin Shi <binshi.bing@gmail.com>
  • Loading branch information
binshi-bing committed May 26, 2023
1 parent 89d2c83 commit 8b16b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/utils/tsoutil/tso_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func (s *TSODispatcher) dispatch(
defer ctxCancel()
defer s.dispatchChs.Delete(forwardedHost)

log.Info("create tso forward stream", zap.String("forwarded-host", forwardedHost))
forwardStream, cancel, err := tsoProtoFactory.createForwardStream(ctx, clientConn)
if err != nil || forwardStream == nil {
log.Error("create tso forwarding stream error",
Expand Down

0 comments on commit 8b16b71

Please sign in to comment.