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 2020/04/21 07:38:09 UTC

[GitHub] [skywalking] longdevops332 opened a new issue #4684: several services that have no connection,but there's a connection in the topology diagram

longdevops332 opened a new issue #4684:
URL: https://github.com/apache/skywalking/issues/4684


   Hello, there's a problem. Skywalking7-es7 and sofa RPC are used for microservices. There are several services that have no connection, including in the tracking interface. There's no connection to view the service alone, but there's a connection in the topology diagram. What's the reason?Thank you 


----------------------------------------------------------------
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] longdevops332 commented on issue #4684: several services that have no connection,but there's a connection in the topology diagram

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


   There are several services that do not have any connection at all, so there is something wrong with the topology map


----------------------------------------------------------------
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] longdevops332 commented on issue #4684: several services that have no connection,but there's a connection in the topology diagram

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


   Excuse me, I found a strange phenomenon. Today at 10:00, skywalking is built in a completely new environment; ES7 is also new. It has no data at all. After that, it will collect more than one hour's data and view the service topology map. If the time node is selected as the latest day, the effect of the topology map is correct. However, if the latest week is selected, there are some services in the topology map that do not have a connection at all, which actually shows a connection. I'm surprised that since it's the new one installed today, shouldn't the topology map display the same in the last day and the last week


----------------------------------------------------------------
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] longdevops332 commented on issue #4684: several services that have no connection,but there's a connection in the topology diagram

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


   In addition, I call all traceids of a service in skywalking's tracking module through Python program according to the link in question in the topology diagram. Query query trace ($traceid: ID!). In the result ["data"] ["trace"] ["spans"], all the statistics are made and no associated service is found in the topology diagram, so it's strange.


----------------------------------------------------------------
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] longdevops332 commented on issue #4684: several services that have no connection,but there's a connection in the topology diagram

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


   It's not a python SDK. I'm a python crawler mode. I grab the spans corresponding to all traceids related to the service. I find that there is no problem associated service in the topology map


----------------------------------------------------------------
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 #4684: several services that have no connection,but there's a connection in the topology diagram

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


   Agent namespace doesn't affect the backend analysis, if you are sharing the OAP backend cluster, you need to make sure the IP is duplicated.


----------------------------------------------------------------
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 #4684: several services that have no connection,but there's a connection in the topology diagram

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


   Are they sharing the same network address, including port? If so, the alias could be set wrong. 
   
   We don't have python sdk in the open source world, so, if you are doing something internally, it is very hard to find out what is the issue. 


----------------------------------------------------------------
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 #4684: several services that have no connection,but there's a connection in the topology diagram

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


   Is there relationship between services or not? Please make yourself clear. 


----------------------------------------------------------------
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] longdevops332 commented on issue #4684: several services that have no connection,but there's a connection in the topology diagram

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


   I use services with different namespaces in k8s, and we have no connection at the code level. Env mode is used in pods to communicate with skywalking, [and each SW agent name is unique]
   
   {"name": "SW_AGENT_NAMESPACE","value": "test" }, {"name": "SW_AGENT_NAME","value": "xx-user-biz-app"},{ "name": "SW_AGENT_COLLECTOR_BACKEND_SERVICES", "value": "xx.xx.xx.xx:11800"}


----------------------------------------------------------------
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 #4684: several services that have no connection,but there's a connection in the topology diagram

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


   > It's not a python SDK. I'm a python crawler mode. I grab the spans corresponding to all traceids related to the service. I find that there is no problem associated service in the topology map
   
   Then we are back to the IP issue. Do you have a chance A->B and C->D are using the same `ip:port`/`hostname`/`domain name`/anything at A and C sides?


----------------------------------------------------------------
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 #4684: several services that have no connection,but there's a connection in the topology diagram

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


   Can't tell much from your description, I recommend you to read the topology build logic, then we could discuss online at our bi-weekly meeting, if you want.
   
   Next Tuesday night is the next meeting. Subscribe to our mail list, you will receive the nofitication.


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