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
returnnil, fmt.Errorf("route %+v, action %+v, weights of clusters do not add up to total total weight, got: %v, want %v", r, a, wcs.GetTotalWeight().GetValue(), totalWeight)
339
340
}
341
+
iftotalWeight==0 {
342
+
returnnil, fmt.Errorf("route %+v, action %+v, has no valid cluster in WeightedCluster action", r, a)
0 commit comments