arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
416 stars 82 forks source link

[Bug] arex修饰的redisson其版本3.13.6时会出现回放异常日志,影响了应用的正常运行,需-Darex.disable.instrumentation.module=redisson-v3,redisson其他版本如3.15.6、3.22.1 不影响 #468

Open AnsonChan888 opened 1 month ago

AnsonChan888 commented 1 month ago

Search before asking

AREX Test Service

AREX Java Agent (arextest/arex-agent-java)

Current Behavior

B59836DE2F211C970386426DAA9D1678

Expected Behavior

期望可正常修饰redisson3以上的版本

Steps To Reproduce

arex0.4.2和0.4.4agent版本在启动后都会出现上述截图异常,导致应用的业务不可用

Anything else

No response

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

mr3 commented 1 month ago

@AnsonChan888 Thank you for posting in the AREX community! I simply tested it with redisson version 3.13.6 and it works fine, if possible, could you please provide a demo code or project that reproduces this issue? Looking forward to your reply!