-
Notifications
You must be signed in to change notification settings - Fork 975
Open
Labels
bugSomething isn't workingSomething isn't workingneeds triageNew issue that requires triageNew issue that requires triage
Description
Describe the bug
In the Dubbo instrumentation, I identified a compatibility issue with context.getRemoteAddress() in Dubbo versions 3.0.x and 3.1.x. In these versions, context.getRemoteAddress() returns null
, which prevents the correct value from being retrieved in other contexts. This is a bug in Dubbo; for more details, please refer to issue.
Steps to reproduce
In above versions of Dubbo, can't get expected remoteAddress by
Line 36 in 7364927
public abstract InetSocketAddress remoteAddress(); |
Expected behavior
In above versions of Dubbo, return corrected remoteAddress by
Line 36 in 7364927
public abstract InetSocketAddress remoteAddress(); |
Actual behavior
In above versions of Dubbo, return null
by
Line 36 in 7364927
public abstract InetSocketAddress remoteAddress(); |
Javaagent or library instrumentation version
2.15.0
Environment
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds triageNew issue that requires triageNew issue that requires triage