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
fmt.Sprintf("Blocked by specific concurrency threshold, arg: %+v, current concurrency: %d, specific concurrency: %d", arg, concurrency, specificConcurrency),
fmt.Sprintf("Blocked by reject traffic shaping controller, arg: %+v, the acquired number(%d) is more than max count(%d) of rejectTrafficShapingController", arg, acquireCount, maxCount),
fmt.Sprintf("rejectTrafficShapingController, the rest token is not enough, oldRestToken: %d, acquire: %d", oldRestToken, acquireCount),
212
-
c.BoundRule(), "")
207
+
fmt.Sprintf("arg=%v", arg), c.BoundRule(), nil)
213
208
}
214
209
}
215
210
runtime.Gosched()
@@ -242,7 +237,8 @@ func (c *throttlingTrafficShapingController) PerformChecking(arg interface{}, ac
242
237
tokenCount=val
243
238
}
244
239
iftokenCount<=0 {
245
-
returnbase.NewTokenResultBlockedWithCause(base.BlockTypeHotSpotParamFlow, "throttlingTrafficShapingController, the setting tokenCount is <= 0", c.BoundRule(), "")
0 commit comments