xxs588 commented on code in PR #3269:
URL: https://github.com/apache/dubbo-go/pull/3269#discussion_r3004731232
##########
filter/hystrix/filter.go:
##########
@@ -162,6 +162,7 @@ func (f *Filter) Invoke(ctx context.Context, invoker
base.Invoker, invocation ba
configLoadMutex.Unlock()
}
configLoadMutex.RLock()
+ methodRegexps := append([]*regexp.Regexp(nil),
f.res[invocation.MethodName()]...)
Review Comment:
filter/hystrix/filter.go 已在 #3253 迁移并从当前仓库删除,为保持原子性,我会在 hystrix
迁移后的目标位置单独跟进并发约束
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]