evanxuhe commented on issue #3084: Wrong display when there is pathvariable in 
path
URL: https://github.com/apache/skywalking/issues/3084#issuecomment-511755571
 
 
   > > So, is it the problem in oap aggregator rather than agent?
   > > Can you point specific class name that can fix this problem?
   > 
   > It is inside agent core and automatically work w/o plugin codes, only 
depends on ThreadLocal only. So, I don't know the cause yet.
   
   
   Yes I think the same way. 
   There may be 
   **conflicts between web container interceptor(like Tomcat and Undertow) And 
SpringMVC Intercepeter.**
   
   Because.
   **It appears randomly as below at the same time**. No obvious rule.
   Debug shows that two intercpters(Tomcat+MVC) both work. Both of them create 
EntrySpan
   And I didn't see any way that there are code that solves the **conflicts 
when both interceptors create Entry Span**
   
![image](https://user-images.githubusercontent.com/24379174/61285899-4f8cd800-a7f4-11e9-9894-5b87258a153f.png)
   
![image](https://user-images.githubusercontent.com/24379174/61285959-6b907980-a7f4-11e9-9cd7-29f3ab686bf2.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to