-
Notifications
You must be signed in to change notification settings - Fork 876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a compatibility problem of DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7 #12978
Comments
I don't get this. |
Yes, as your said, there are something wrong in previous description, I have corrected them. |
I think the title of the issue could also be changed to indicate that the issue is present only in a specific versions. Currently it leaves an impression that there is a problem in all versions later and including 2.7.6. |
Sure, done |
Describe the bug
In Dubbo instrumentation, I found a compatibility problem of DubboHeadersGetter#keys in Dubbo 2.7.6, 2.7.7.
In related versions, the
getAttachments
is as follows:The
ObjectToStringMap
can't get all keySet bykeySet
method, so it can't get correct result of DubboHeadersGetter#keys in related version.Steps to reproduce
We can compare the codes between Dubbo 2.7.6, 2.7.7 and others, we can get above conclusion by codes.
Expected behavior
DubboHeadersGetter#keys can't get correct result in Dubbo 2.7.6, 2.7.7
Actual behavior
DubboHeadersGetter#keys can get correct result in Dubbo 2.7.6, 2.7.7
Javaagent or library instrumentation version
2.11.0
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: