wangchengming666 opened a new issue #8890: URL: https://github.com/apache/dubbo/issues/8890
这里如果没找到匹配的方法就会给`returnType`赋值为`null` > https://github1s.com/apache/dubbo/blob/HEAD/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/MergeableClusterInvoker.java#L85-L86 这里就可能会导致NPE > https://github1s.com/apache/dubbo/blob/HEAD/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/MergeableClusterInvoker.java#L129-L130 -- 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]
