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 2021/03/12 08:07:42 UTC

[GitHub] [skywalking] woshishitou opened a new issue #6544: VNode bug

woshishitou opened a new issue #6544:
URL: https://github.com/apache/skywalking/issues/6544


   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?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   skywalking 8.1, os GNU/Linux, jre jdk8
   
   - Which company or project?
   
   - What happened?
   If possible, provide a way to reproduce the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe 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:
users@infra.apache.org



[GitHub] [skywalking] woshishitou commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
woshishitou commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797316341


   According to description in this link:
   https://github.com/apache/skywalking/blob/9268b987afd35ed6b0b963758bfd7d55c0916b23/docs/en/FAQ/vnode.md
   "The UI real check the parent spans and reference segments of all spans, if a parent id(segment id + span id) can't be found, then it creates a VNode automatically."
   But, I found that many of the normal spans(it's father-span can be accurately identified) could not be loaded and displayed either.
   Here's the data(data from Chrom's "Network"), the first two are the normal display of the span for comparison, the last one is a span with normal data but not displayed.


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



[GitHub] [skywalking] wu-sheng commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797319055


   You should use rocketbot ui to debug locally. 
   We can see at our side, the spans are connected correctly, if you are not, we would recommend you to debug first.


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



[GitHub] [skywalking] wu-sheng closed issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6544:
URL: https://github.com/apache/skywalking/issues/6544


   


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



[GitHub] [skywalking] woshishitou commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
woshishitou commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797316867


   2、{
             "traceId":"1c6229c1088e447fb100573c55cae3a0.59.16155089523134917",
             "segmentId":"31f8607863b64f9dbcb8009eb2c49a34.59.16155089523183562",
             "spanId":10,
             "parentSpanId":0,
             "refs":[
   
             ],
             "serviceCode":"game",
             "startTime":1615508953344,
             "endTime":1615508953356,
             "endpointName":"PostgreSQL/JDBI/PreparedStatement/executeWithFlags",
             "type":"Exit",
             "peer":"***.**.*.**:5432",
             "component":"postgresql-jdbc-driver",
             "isError":false
             "layer":"Database
             "tags":[
               {
                 "key":"db.type",
                 "value":"sql"
               },
               {
                 "key":"db.instance",
                 "value":"db_forum"
               },
               {
                 "key":"db.statement",
                 "value":"***此处是一条sql***"
               }
             ],
             "logs":[
   
             ]
           },


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



[GitHub] [skywalking] woshishitou commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
woshishitou commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797317117


   3、    {
                 "traceId":"1c6229c1088e447fb100573c55cae3a0.59.16155089523134917",
                 "segmentId":"31f8607863b64f9dbcb8009eb2c49a34.59.16155089523183562",
                 "spanId":11,
                 "parentSpanId":0,
                 "refs":[
   
                 ],
                 "serviceCode":"game",
                 "startTime":1615508953356,
                 "endTime":1615508953358,
                 "endpointName":"PostgreSQL/JDBI/PreparedStatement/executeWithFlags",
                 "type":"Exit",
                 "peer":"***.**.*.**:5432",
                 "component":"postgresql-jdbc-driver",
                 "isError":false,
                 "layer":"Database",
                 "tags":[
                   {
                     "key":"db.type",
                     "value":"sql"
                   },
                   {
                     "key":"db.instance",
                     "value":"db_forum"
                   },
                   {
                     "key":"db.statement",
                     "value":"***此处是一条sql***"
                   }
                 ],
                 "logs":[
   
                 ]
               },


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



[GitHub] [skywalking] woshishitou commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
woshishitou commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797317707


   > Why are you openning issue for no detail?
   
   I'm preparing descriptions and data


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



[GitHub] [skywalking] woshishitou commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
woshishitou commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797316679


   1、{
             "traceId":"1c6229c1088e447fb100573c55cae3a0.59.16155089523134917",
             "segmentId":"31f8607863b64f9dbcb8009eb2c49a34.59.16155089523183562",
             "spanId":0,
             "parentSpanId":-1,
             "refs":[
               {
                 "traceId":"1c6229c1088e447fb100573c55cae3a0.59.16155089523134917",
                 "parentSegmentId":"1c6229c1088e447fb100573c55cae3a0.59.16155089523174924",
                 "parentSpanId":1,
                 "type":"CROSS_PROCESS"
               }
             ],
             "serviceCode":"demo",
             "startTime":1615508952318,
             "endTime":1615508953364,
             "endpointName":"/test/search",
             "type":"Entry",
             "peer":"",
             "component":"SpringMVC",
             "isError":false,
             "layer":"Http",
             "tags":[
               {
                 "key":"url",
                 "value":"http://***.**.**.**:9000/test/search"
               },
               {
                 "key":"http.method",
                 "value":"POST"
               }
             ],
             "logs":[
   
             ]
           },


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



[GitHub] [skywalking] wu-sheng commented on issue #6544: VNode bug

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6544:
URL: https://github.com/apache/skywalking/issues/6544#issuecomment-797313028


   Why are you openning issue for no detail?


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