ascrutae commented on issue #2365: Support dubbo 2.7.x URL: https://github.com/apache/incubator-skywalking/pull/2365#issuecomment-475926812 I knew why this case works in your local environment. Because of those two instrumentation class name of Dubbo plugin are the same and the instrument class of Dubbo 2.7 plugin load earlier than Dubbo 2.6 plugin, See the [detail](https://github.com/apache/incubator-skywalking/blob/8c3b951785f4d98cd03f4f10d33299424c21a300/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/PluginBootstrap.java#L69-L73). Could you change the package name or class name about Dubbo 2.7 plugin?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
