Skip to content

Commit ee5cb12

Browse files
committed
v15 debug
1 parent d1c6d4b commit ee5cb12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/vt/vtgate/tabletgateway.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,8 @@ func (gw *TabletGateway) updateDefaultConnCollation(tablet *topodatapb.Tablet) {
514514
return
515515
}
516516
if atomic.LoadUint32(&gw.defaultConnCollation) != tablet.DefaultConnCollation {
517-
log.Warning("this Vitess cluster has tablets with different default connection collations")
517+
log.Warningf("this Vitess cluster has tablets with different default connection collations: gw: %v, tablet:%v, host:%v",
518+
atomic.LoadUint32(&gw.defaultConnCollation), tablet.DefaultConnCollation, tablet.Hostname)
518519
}
519520
}
520521

0 commit comments

Comments
 (0)