weihongsheng opened a new issue #4895:
URL: https://github.com/apache/skywalking/issues/4895


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [√] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   How to fix it?
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   SkyWalking:7.0.0
   OS:centos 7
   JRE:8
   
   - Which company or project?
   spring-boot-dependencies.version:2.1.13.RELEASE
   spring-cloud-dependencies.version:Greenwich.SR5
   spring-cloud-gateway:2.1.5.RELEASE
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, 
component version.
   [There has no tid in spring cloud gateway response],log as follows:
   2020-06-10 16:15:18.599 [TID: 1191.246.15917769185990207] 
[reactor-http-epoll-13] INFO  com.xxx.FirstAccessFilter line:97  -Request 
detail:[Method:{POST} Host:{xxx.com} Path:{/v1.0/xxxxx} Query:{{}}]
   2020-06-10 16:15:18.617 [TID: N/A] [reactor-http-epoll-11] INFO  
com.xxxx.GatewayUtils line:133 -User action log: xxxxxxx
   
   This two logs are from the same request. These first logs is the request 
logs printed before in the gateway. And the second log is the log printed by 
the return value of ServerHttpResponse, the TID displayed here is N/A.
   
   ps:The jar packages of activations, bootstrap-plugins, and optional-plugins 
have been copied to the plugins directory.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.


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


Reply via email to