HBASE-9200 HFilePrettyPrinter finds incorrect largest row
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac10b3c13d
commit
f0dfc4d1ae
|
@ -422,6 +422,7 @@ public class HFilePrettyPrinter {
|
|||
|
||||
if (curRowBytes > maxRowBytes && prevKV != null) {
|
||||
biggestRow = prevKV.getRow();
|
||||
maxRowBytes = curRowBytes;
|
||||
}
|
||||
|
||||
curRowBytes = 0;
|
||||
|
|
Loading…
Reference in New Issue