-
Notifications
You must be signed in to change notification settings - Fork 73
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
trace_api_plugin reports block trace missing when http-max-response-time-ms limit is reached #1433
Milestone
Comments
heifner
added a commit
that referenced
this issue
Jul 25, 2023
heifner
added a commit
that referenced
this issue
Jul 25, 2023
heifner
added a commit
that referenced
this issue
Jul 25, 2023
heifner
added a commit
that referenced
this issue
Jul 25, 2023
heifner
added a commit
that referenced
this issue
Jul 25, 2023
heifner
added a commit
that referenced
this issue
Jul 28, 2023
heifner
added a commit
that referenced
this issue
Jul 28, 2023
[3.2] Modify trace_api_plugin to report serialization errors to user
heifner
added a commit
that referenced
this issue
Jul 28, 2023
heifner
added a commit
that referenced
this issue
Jul 28, 2023
heifner
added a commit
that referenced
this issue
Jul 31, 2023
[3.2 -> 4.0] Modify trace_api_plugin to report serialization errors to user
heifner
added a commit
that referenced
this issue
Jul 31, 2023
heifner
added a commit
that referenced
this issue
Jul 31, 2023
heifner
added a commit
that referenced
this issue
Jul 31, 2023
heifner
added a commit
that referenced
this issue
Jul 31, 2023
[4.0 -> main] Modify trace_api_plugin to report serialization errors to user
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{"code":404,"message":"Trace API: block trace missing","error":{"code":0,"name":"","what":"","details":[]}}
https://github.com/AntelopeIO/leap/blob/v4.0.4/plugins/trace_api_plugin/abi_data_handler.cpp#L40 Calls
except_handler
whenyield()
throw exception and returns{}
. Theexcept_handler
is setup to https://github.com/AntelopeIO/leap/blob/v4.0.4/plugins/trace_api_plugin/trace_api_plugin.cpp#L204 only log the error. This means a smallhttp-max-response-time-ms
causestrace_api_plugin
to indicate it could not find the block rather than a deadline exception was hit.The text was updated successfully, but these errors were encountered: