evanxuhe commented on issue #3084: Wrong display when there is pathvariable in 
path
URL: https://github.com/apache/skywalking/issues/3084#issuecomment-511776355
 
 
   > Our services have a lot of endpoints. It causes huge of write operations 
to es ,so we have a poor performance.
   
   I found that 
   Undertow interceptor works in XNIO-I/O -1 thread
   SpringMVC interceptor works in XNIO-2 task1 thread
   
   XNIO-I/O -1:  **Undertow**
   XNIO-2 task1  **Undertow+SpringMVC**
   Does it explains the problem

----------------------------------------------------------------
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