We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rpchook is still executed when remotingServer calls invoke
Theoretically, rpchook needs to be executed only when remotingClient calls invoke.
Remove the rpchook call in org.apache.rocketmq.remoting.netty.NettyRemotingAbstract#invokeImpl and move it to remotingClient
none
No response
The text was updated successfully, but these errors were encountered:
[ISSUE #7833] Fix invokeImpl() in RemotingAbstract
7dc0e5a
Successfully merging a pull request may close this issue.
Before Creating the Enhancement Request
Summary
rpchook is still executed when remotingServer calls invoke
Motivation
Theoretically, rpchook needs to be executed only when remotingClient calls invoke.
Describe the Solution You'd Like
Remove the rpchook call in org.apache.rocketmq.remoting.netty.NettyRemotingAbstract#invokeImpl and move it to remotingClient
Describe Alternatives You've Considered
none
Additional Context
No response
The text was updated successfully, but these errors were encountered: