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 2019/03/18 06:31:54 UTC

[GitHub] [incubator-skywalking] wu-sheng commented on issue #2371: Finding out error span stack pop

wu-sheng commented on issue #2371: Finding  out  error span stack pop
URL: https://github.com/apache/incubator-skywalking/issues/2371#issuecomment-473786609
 
 
   `More than {} spans required to create` happens in two case.
   1. The normal one, you create too many span(300 by default) in one request, so the agent core will ignore others.
   1. The unnormal one, one(or more) of you plugin doesn't work well. One may create span, but don't close it right. So, the trace context can't be finished. You need to dig more about the plugin you are using.
   
   I think you are facing (2)

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