Apache9 commented on code in PR #7000: URL: https://github.com/apache/hbase/pull/7000#discussion_r2119198564
########## hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/DefaultOperationQuota.java: ########## @@ -288,4 +309,25 @@ private long calculateWriteCapacityUnitDiff(final long actualSize, final long es private long calculateReadCapacityUnitDiff(final long actualSize, final long estimateSize) { return calculateReadCapacityUnit(actualSize) - calculateReadCapacityUnit(estimateSize); } + + private long calculateHandlerUsageTimeEstimate(final double requestsPerSecond, Review Comment: Mind explain a bit more about the algorithm here? I do not fully understand what does 'handler usage time' mean... -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org