tom-pytel opened a new issue #6109:
URL: https://github.com/apache/skywalking/issues/6109


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Bug
   
   There seems to be more things broken in 0.1.0 compared to pre-release. I 
have some more detailed tests which were doing concurrent requests from various 
server types using various request methods which have stopped working 
correctly. Attached are two images of a snippet of a test before and after 
release and in this example you can see spans being cut off and component type 
not being set correctly, and possibly concurrency issues.
   
   So far the changes to HttpPlugin seem to be a big part, but not all of the 
problem. The thing is that http sits underneath all the other plugins and must 
account for the fact that they may override it, but there is more to the errors 
than just the plugin I think, I am investigating.
   
   Here is before (what it should be):
   
![BEFORE-GOOD](https://user-images.githubusercontent.com/51921719/103373616-2af1f200-4ab4-11eb-8522-ad18cacdb2aa.png)
   
   And here is after (broken):
   
![AFTER-BAD](https://user-images.githubusercontent.com/51921719/103373649-3fce8580-4ab4-11eb-8f74-c29cc81371ed.png)
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to