-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Update DubboCodec.java #3568
Update DubboCodec.java #3568
Conversation
fix issue apache#3537: 新旧版本兼容问题
Codecov Report
@@ Coverage Diff @@
## 2.6.x #3568 +/- ##
============================================
- Coverage 47.12% 47.04% -0.08%
+ Complexity 4392 4389 -3
============================================
Files 565 565
Lines 25088 25091 +3
Branches 4422 4422
============================================
- Hits 11823 11805 -18
- Misses 11436 11458 +22
+ Partials 1829 1828 -1
Continue to review full report at Codecov.
|
@linhuaichuan Can you please add some unit test or integration test to verify the change ? |
[DUBBO-3243] Fix Invalid use of BasicClientConnManager: connection st…
哇哈哈 |
this change looks reasonable, but it will not solve issue #3537. |
I will port your change into main trunk with this: #3991. Once it's in, I will merge your change too. @linhuaichuan |
The same issue with #4612 |
Another place also has this code |
|
@linhuaichuan hi, thanks for your contribution pls resolve conflicts with the latest master branch |
Close for long time no response. |
fix issue #3537: 新旧版本兼容问题
Brief changelog
dubbo 反序列化对分片流操作时的兼容性支持
Verifying this change
1、DubboCodec 解码时,对is流进行多次操作
2、当序列化工具使用分片读取is时,将造成result.decode()解码错误;比如fst.