wu-sheng edited a comment on pull request #118:
URL: https://github.com/apache/skywalking-java/pull/118#issuecomment-1059784858


   If there are too many threads, try to print all span creating and span 
closing with trace ID, segment ID and span ID. Then check the breaking segment 
with the trace id. Then you may notice which spans are missed.
   
   Logs like this would help
   ```
   TraceID, xxxx, SegmentID, xxxx, SpanID, xxxxx, created.
   TraceID, xxxx, SegmentID, xxxx, SpanID, xxxxx, closed. 
   TraceID, xxxx, SegmentID, xxxx, SpanID, xxxxx, referring to TraceID yyyy, 
SegmentID yyyy, SpanID yyyy
   ```
   
   
   


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

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to