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
I use the dubbo-samples/dubbo-samples-cloud-native/dubbo-demo-servicediscovery-xml/ test case indubbo-samples project, consumer call DefaultExecutorRepository#createExecutorIfAbsent method is normal, url.getParameter(SIDE_KEY) is consumer, and it's put entry {Integer.MAX_VALUE,executor}into cache . However, when calling the DefaultExecutorRepository#getExecutor method, the url.getParameter(SIDE_KEY) is null,This will make it impossible to use previously cached Executors
The text was updated successfully, but these errors were encountered:
I use the
dubbo-samples/dubbo-samples-cloud-native/dubbo-demo-servicediscovery-xml/
test case indubbo-samples
project, consumer callDefaultExecutorRepository#createExecutorIfAbsent
method is normal,url.getParameter(SIDE_KEY)
isconsumer
, and it's put entry{Integer.MAX_VALUE,executor}
into cache . However, when calling theDefaultExecutorRepository#getExecutor
method, theurl.getParameter(SIDE_KEY)
isnull
,This will make it impossible to use previously cached ExecutorsThe text was updated successfully, but these errors were encountered: