peng-yongsheng opened a new pull request #2188: Improve buffer reader speed.
URL: https://github.com/apache/incubator-skywalking/pull/2188
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [ ] New feature provided
   - [X] Improve performance
   
   - Related issues
   #2185 
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   
   1. Sleep 500 milliseconds after a batch re-call finish.
   2. Re-create register lock index when the system property named debug is 
setting.
   3. Get the register inventory before lock to avoid increment the sequence 
but not use.
   4. Return the exchange flag after all the references and spans in one 
segment parsed to reduce the number of segment parse.
   5. Put the not exchanged segment into a collection then try to exchange no 
more than 10 times because of the exchange is asynchronous.
   6. Cache the segment object to avoid repeated deserialization.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to