Skip to content

Commit

Permalink
v15 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Nov 6, 2024
1 parent 09d9c44 commit e01de2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/vt/vtgate/tabletgateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ func (gw *TabletGateway) updateDefaultConnCollation(tablet *topodatapb.Tablet) {
return
}
if atomic.LoadUint32(&gw.defaultConnCollation) != tablet.DefaultConnCollation {
log.Warning("this Vitess cluster has tablets with different default connection collations")
log.Warningf("this Vitess cluster has tablets with different default connection collations: gw: %v, tablet:%v, host:%v",
atomic.LoadUint32(&gw.defaultConnCollation), tablet.DefaultConnCollation, tablet.Hostname)
}
}

Expand Down

0 comments on commit e01de2e

Please sign in to comment.