Poison
Poison
@WellBeing-Man How to reproduce this problem? Can you give the complete Python test code? I can't reproduce the problem, if the bodyClass is String, then the dataBuffer will be released...
In your screenshot, the attribute is of type String, no need to release it.
This problem should be solved.
> Any progress on this getting pulled in? Ran into it as well and it would be nice not to have maintain my own fork... This project appears to be...
@dobegor Is the JVM running in a docker container? Might be related to this bug: [JDK-8265836](https://bugs.openjdk.org/browse/JDK-8265836).
I had a similar problem and it was fixed after upgrading JDK minor version to fix version.
I had the same problem and this PR needs to be merged.
2.7.5 昨天也遇到该问题,持续一分钟左右自动恢复,排除了 FullGC, 暂时没找到原因 ``` Caused by: org.apache.dubbo.remoting.TimeoutException: Waiting server-side response timeout by scan timer. start time: 2021-09-12 17:07:02.423, end time: 2021-09-12 17:07:22.432, client elapsed: 19217 ms, server elapsed: 791...