Replies: 2 comments 7 replies
-
That is usually caused by the incompatibility between gateway plugin and your way of using gateway. Maybe you have some customization or extension of the Spring GW. You need to review the plugin codes and cross check with your codes. Spring gateway usage is very complex. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just to add, I found that duplicate traceId cannot display the corresponding link when jumping to the trace, and I suspect there is a correlation between the two |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, every:

During the process of integrating Skywalking into my company's project, I encountered the issue of duplicate TraceId. These duplicate TraceId are from different calls, mainly HTTP interfaces, which are relatively scattered in timeline. There were more than ten duplicate traces appearing in about two minutes before and after. I would like to know why this problem occurred. The following image shows these repeated traceIDs:
And This image is a screenshot of the gateway API log within the system. I have processed the privacy section, and it can be seen that there are repeated traceIDs appearing multiple times from different calls

Beta Was this translation helpful? Give feedback.
All reactions