You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
channelz.Warningf(logger, ccb.cc.channelzID, "Channel switches to new LB policy %q, since the specified LB policy %q was not registered", PickFirstBalancerName, name)
158
+
channelz.Warningf(logger, ccb.cc.channelz, "Channel switches to new LB policy %q, since the specified LB policy %q was not registered", PickFirstBalancerName, name)
159
159
builder=newPickfirstBuilder()
160
160
} else {
161
-
channelz.Infof(logger, ccb.cc.channelzID, "Channel switches to new LB policy %q", name)
161
+
channelz.Infof(logger, ccb.cc.channelz, "Channel switches to new LB policy %q", name)
162
162
}
163
163
164
164
iferr:=ccb.balancer.SwitchTo(builder); err!=nil {
165
-
channelz.Errorf(logger, ccb.cc.channelzID, "Channel failed to build new LB policy %q: %v", name, err)
165
+
channelz.Errorf(logger, ccb.cc.channelz, "Channel failed to build new LB policy %q: %v", name, err)
0 commit comments