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/11/04 06:16:08 UTC

[GitHub] [skywalking] dmsolr commented on issue #3726: Improve visibility for DataCarrier.

dmsolr commented on issue #3726: Improve visibility for DataCarrier.
URL: https://github.com/apache/skywalking/pull/3726#issuecomment-549233987
 
 
   > I had tested this PR. The issue mentioned before has resolved, but the CPU usage rate is more than our own implementation.
   
   Hi @yantaowu 
   I am interesting int this. Could you share how to test? And I have thought that related to `20-millis consume cycle`. Changes 20ms to 100ms. Just guess :)
   ```
       public DataCarrier consume(IConsumer<T> consumer, int num) {
           return this.consume(consumer, num, 20);
       }
   ```

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