diff --git hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java index eca2ec1..b2e2c69 100644 --- hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java +++ hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java @@ -422,6 +422,7 @@ public class HFilePrettyPrinter { if (curRowBytes > maxRowBytes && prevKV != null) { biggestRow = prevKV.getRow(); + maxRowBytes = curRowBytes; } curRowBytes = 0;