levy5307 opened a new pull request #683: URL: https://github.com/apache/incubator-pegasus/pull/683
### What problem does this PR solve? <!--add issue link with summary if exists--> 1. add read limiter perf counter in info collector 2. delete unused table_stats, which produce hard to add a perf counter in info collector ### 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) use ycsb to test read throttling. ***reject test*** 1. 17:11:30 `set_app_envs replica.read_throttling 3000*reject*100` 2. 17:13:30 `set_app_envs replica.read_throttling 1000*reject*100` 3. 17:16:10 `set_app_envs replica.read_throttling_by_size 10000*reject*100` So after 17:13:30 the rejected count is increased a lot. And there is a little incresed after 17:16:10  1. 17:09:30 `set_app_envs replica.read_throttling 3000*delay*100` 2. 17:11:30 `del_app_envs replica.read_throttling`  ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
