bbeaudreault commented on code in PR #4638:
URL: https://github.com/apache/hbase/pull/4638#discussion_r930431234


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java:
##########
@@ -760,6 +830,37 @@ private void printHistogram(Histogram histogram) {
       output.printf(locale, "              99%% <= %2.2f%n", 
snapshot.get99thPercentile());
       output.printf(locale, "            99.9%% <= %2.2f%n", 
snapshot.get999thPercentile());
       output.printf(locale, "             count = %d%n", histogram.getCount());
+

Review Comment:
   @cbaenziger just pushed a comment, let me know if it clears anything up



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

Reply via email to