[GitHub] candyleer commented on issue #1215: No traceId In trace page sometimes

2018-05-21 Thread GitBox
candyleer commented on issue #1215: No traceId In trace page sometimes
URL: 
https://github.com/apache/incubator-skywalking/issues/1215#issuecomment-390836611
 
 
   the `TraceSegment` saved in es, but the `global_trace` is on the way to save 
to es. so some trace don't have global trace id.should wait for a moment  
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] candyleer commented on issue #1215: No traceId In trace page sometimes

2018-05-21 Thread GitBox
candyleer commented on issue #1215: No traceId In trace page sometimes
URL: 
https://github.com/apache/incubator-skywalking/issues/1215#issuecomment-390836611
 
 
   the `TraceSegment` saved in es, but the `global_trace` is on the way to save 
to es. so some trace don't have global trace id.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] candyleer commented on issue #1215: No traceId In trace page sometimes

2018-05-21 Thread GitBox
candyleer commented on issue #1215: No traceId In trace page sometimes
URL: 
https://github.com/apache/incubator-skywalking/issues/1215#issuecomment-390836611
 
 
   the `TraceSegment` save in es, but the `global_trace` is on the way to save 
to es. so some trace don't have global trace id.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] candyleer commented on issue #1215: No traceId In trace page sometimes

2018-05-21 Thread GitBox
candyleer commented on issue #1215: No traceId In trace page sometimes
URL: 
https://github.com/apache/incubator-skywalking/issues/1215#issuecomment-390832701
 
 
   this may caused by `global_trace` not initialized for current trace id
   ```java
traceBrief.getTraces().forEach(trace -> {
   List traceIds = 
globalTraceUIDAO.getGlobalTraceId(trace.getSegmentId());
   trace.getTraceIds().addAll(traceIds);
   });
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] candyleer commented on issue #1215: No traceId In trace page sometimes

2018-05-21 Thread GitBox
candyleer commented on issue #1215: No traceId In trace page sometimes
URL: 
https://github.com/apache/incubator-skywalking/issues/1215#issuecomment-390832701
 
 
   this may caused by `global_trace` not initialized for current trace id
   ```
traceBrief.getTraces().forEach(trace -> {
   List traceIds = 
globalTraceUIDAO.getGlobalTraceId(trace.getSegmentId());
   trace.getTraceIds().addAll(traceIds);
   });
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services