You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2021/03/25 02:56:48 UTC

[GitHub] [incubator-pegasus] levy5307 opened a new pull request #704: feat: add perf counter for read limiter in info collector

levy5307 opened a new pull request #704:
URL: https://github.com/apache/incubator-pegasus/pull/704


   ### What problem does this PR solve? <!--add issue link with summary if exists-->
   1. add perf counter for read limiter in info collector
   2. remove the unused table_stat and some unused functions.
   
   ### Check List <!--REMOVE the items that are not applicable-->
   
   Tests <!-- At least one of them must be included. -->
   
   - Manual test (add detailed scripts or steps below)
   1. start onebox
   2. set read limiter for table `stat` to a little value, such as '1*reject*100'
   3. read table `stat` repeatly
   4. the perf counter of read reject count is not zero:
   ```
   3139 [collector*app.pegasus*app.stat.multi_get_qps#stat, NUMBER, 0.00]
   3140 [collector*app.pegasus*app.stat.recent_read_throttling_reject_count#stat, NUMBER, 6.00]
   3141 [collector*app.pegasus*app.stat.recent_write_throttling_reject_count#stat, NUMBER, 0.00]
   ```
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] levy5307 closed pull request #704: feat: add perf counter for read limiter in info collector

Posted by GitBox <gi...@apache.org>.
levy5307 closed pull request #704:
URL: https://github.com/apache/incubator-pegasus/pull/704


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org