wu-sheng opened a new issue #9666: URL: https://github.com/apache/dubbo/issues/9666
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.x * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue The whole discussion context could be found in this SkyWalking's bug report, https://github.com/apache/skywalking/issues/8525 According to the discussion, when a service acts as a provider and consumer at the same time, `serviceContext.isConsumerSide();` always returns **true** even it is already in the customer calling context. Pls. provide [GitHub address] to reproduce this issue. ### Expected Behavior `serviceContext.isConsumerSide();` works as expected, even it is in a `provider->internal logic->consumer` in-process scenario. ### Actual Behavior <!-- What actually happens? --> If there is an exception, please attach the exception trace: ``` Just put your stack trace here! ``` -- 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]
