-
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
触发重试机制时,RpcContext中attachment传递不正确的问题 #513
Comments
This was referenced Mar 9, 2018
Invocation is should be the same in once invoke. |
Hi, @skygr |
&READY-TO-CLOSE& |
Temporarily closed, can be reopened |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,我尝试通过自定义Filter的方式在Consumer和Provider两侧传递一些信息,具体逻辑如下:
ConsumerFilter:
ProviderFilter:
实验过程中,由于Provider端invoke的代码处理较慢,触发了Dubbo的超时重试机制,在一次接口调用中,ConsumerFilter和ProviderFilter的逻辑分别触发了两次;显然,两次实际传递的traceId是不同的,但是在ProviderFilter端,两次收到的traceId是一样的(都是第一次传递过去的值);
The text was updated successfully, but these errors were encountered: