-
Notifications
You must be signed in to change notification settings - Fork 867
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
record exception in dubbo inst #3851
Conversation
@@ -46,6 +46,9 @@ public Context startClientSpan(String interfaceName, String methodName) { | |||
} | |||
|
|||
public void end(Context context, Result result) { | |||
if (result.hasException()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you do this, then you don't need to handle span status below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes i got it:)
@iNikem @mateuszrzeszutek hi, it seemed that there is a windows smoke test failed. I have no idea about this, what should I do to fix it? |
Looks like a random failure - I reran all checks, hope they pass this time. |
@mateuszrzeszutek thanks! |
No description provided.