Apache9 commented on PR #7000: URL: https://github.com/apache/hbase/pull/7000#issuecomment-3646873765
TestThreadHandlerUsageQuota fails for me locally most times, and it is also on the flaky dashboard. Go deep into the logic, I found that I still can not understand the logic of calculateHandlerUsageTimeEstimate. In general, I think here we are trying to predicate how much time a request will be consumed, but why we just use `requestsPerSecond /1000`? How could this work? The unit of `requestsPerSecond / 1000` is `/ms`, but here what we want is `ms`? At least we should use reciprocal of this value? Can someone explain more on this? @rmdmattingly @ajkh88 Thanks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
