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/03/11 01:44:26 UTC

[GitHub] [skywalking] wu-sheng commented on issue #4485: SW data loss

wu-sheng commented on issue #4485: SW data loss
URL: https://github.com/apache/skywalking/issues/4485#issuecomment-597401596
 
 
   This could be many reasons. Two kinds of them
   1. SkyWalking doesn't make sure the data always there in the storage. Due to your performance limits of OAP and storage cluster deployments, no one can guarantee that. The 1st priority of SkyWalking is keeping your business application safe in memory and network perspective. So, the agent will abandon some traces if your backend(OAP or storage) is not powerful enough. You should be able to see abandon logs in the agents.
   1. There are some plugins have bugs, the trace/span are generated, but not finish as expected. Due to that, we call that as `shadow tracing context`, you should be able to find it in the agent log too.

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


With regards,
Apache Git Services