apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.92k stars 6.53k forks source link

[Bug] Dubbo 3.3.x Call-Chain not correct #12791

Closed ldcsaa closed 4 days ago

ldcsaa commented 4 days ago

Search before asking

Apache SkyWalking Component

OAP server (apache/skywalking)

What happened

While applications upgrade to Dubbo 3.3.x , the Call-Chain of consumer & provider would break .

What you expected to happen

Call-Chain would not break

How to reproduce

Just start Dubbo 3.3.x consumer & provider , and invoke make any remote call , then watch the skywalking-ui topology graph .

The actual call-chain is: User -> hp-demo-buff-skywalking -> hp-demo-infra-skywalking-service image

Anything else

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct

wu-sheng commented 4 days ago

Please reach Dubbo community. We just host plugins for the project, and the plugins were contributed by them.

It seems they added new async mechanism or/and new way of doing rpc, the previous plugn is not compatible anymore.

ldcsaa commented 4 days ago

Please reach Dubbo community. We just host plugins for the project, and the plugins were contributed by them.

It seems they added new async mechanism or/and new way of doing rpc, the previous plugn is not compatible anymore.

Does next version of skywalking would fix this program ?

wu-sheng commented 4 days ago

As I said, we are not the one maintaining this. Please reach Dubbo community, there should be someone there familiar with this part.

wu-sheng commented 4 days ago

Plugins are from global contributors. We just tested declared versions, and released with our agent core.

So, you have to reach the original community.