-
Notifications
You must be signed in to change notification settings - Fork 375
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
Current time must greater than start time #421
Comments
@spyvip Maybe you can give more use cases to facilitate troubleshooting. It seems like a time disorder, we need to determine what caused the abnormal time comparison.The correct cs & cr times should be distinguished by time. |
@chenmudu so am I, but no more log in production machine, sorry brother |
No problem. Let's keep waiting. |
oh, it happens again in one jvm process. here is our custom Tracer plugin and biz system aop, plz help me. I think that
|
Can you show me how to put the current SimpleTracer into the Spring container? |
|
@spyvip For example, how AOP is currently placed in the spring container? Do you Annotate(Aspect) the class directly? Or use the SpringBoot Auto Configuration mechanism and so on. The most effective way is to give a reproducible example.It may be possible to pinpoint the exact cause. First of all, according to the current given phenomenon, we see end time < start time.But in the HTTP Server I/O thread, you can see in your AOP that the flow of code execution under a single thread is linear. Next,Your The start time as a member attribute is already generated before the end time, So start time < end time normally exists. So, if we want to identify the problem and fixes it, I think it's a good idea to provide a reproducible example and include your customized SOFA-Tracer plugin, and then debug it. End, I'd be happy to follow it up if you'd like. |
Describe the bug
Expected behavior
as its role of framework, sofa-tracer should
eat low level exception
, thanksActual behavior
Steps to reproduce
Minimal yet complete reproducer code (or GitHub URL to code)
Environment
3.0.12
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: