Skip to content
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

[Bug] 含dubbo依赖的http请求,多次回放调试会出现固定频率失败 #554

Open
1 of 2 tasks
fangzongzhou opened this issue Jul 31, 2024 · 0 comments
Open
1 of 2 tasks
Assignees
Labels
bug 🐞 Something isn't working

Comments

@fangzongzhou
Copy link

Search before asking

  • I have searched the existing issues before asking.

AREX Test Service

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

Current Behavior

http接口依赖一个dubbo接口,在调试窗口稳定 成功9次失败1次,失败时的异常日志显示如下内容,dubbo版本3.2.9

java.lang.NullPointerException: Cannot invoke "org.apache.dubbo.rpc.Result.recreate()" because the return value of "org.apache.dubbo.rpc.Invoker.invoke(org.apache.dubbo.rpc.Invocation)" is null
	at org.apache.dubbo.rpc.proxy.InvocationUtil.invoke(InvocationUtil.java:64)
	at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:81)

Expected Behavior

dubbo mock结果可以稳定成功

Steps To Reproduce

录制和回放在同一台机器上,录制频率配置为每分钟10次,可能和这个配置有关。。。。

Anything else

No response

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

  • Yes I am willing to submit a pull request on my own!
@fangzongzhou fangzongzhou added the bug 🐞 Something isn't working label Jul 31, 2024
@lucas-myx lucas-myx self-assigned this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants