Apache9 commented on code in PR #5151:
URL: https://github.com/apache/hbase/pull/5151#discussion_r1156087840
##########
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon:
##########
@@ -207,6 +211,21 @@
*
TraditionalBinaryPrefix.KILO.value, "B", 1);
}
}
+ Long lenOfBiggestCellInRegion = -1l;
Review Comment:
Why use Long instead of long here? And please use 1L instead of 1l, upper
case...
--
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]