You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/22 01:19:50 UTC

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

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<String> 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:
users@infra.apache.org


With regards,
Apache Git Services