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
When I step into the source code I found the code blow. Func newAndSetMethodLimiter may produce a dead lock if it returns at line 62 or line 68. Is this a bug?
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
Thanks for reporting this problem. I wondering are you used it into your production environment? For now, the adaptive service is an experimental feature for the dubbo-go, and we are actively developing next version of it. Are you interested in developing new features of it?
What happened:
Someday I found there are 1165 goroutines blocked by
m.rwMutex.RLock()
atfilter/adaptivesvc/limiter_mapper.go:78
. Stack is blow:When I step into the source code I found the code blow. Func
newAndSetMethodLimiter
may produce a dead lock if it returns at line 62 or line 68. Is this a bug?What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: