EungsopYoo commented on code in PR #7291: URL: https://github.com/apache/hbase/pull/7291#discussion_r2427755106
########## hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon: ########## @@ -562,3 +568,55 @@ Increase that value to get a complete picture. </p> </%def> +<%def row_cache_stats> +<%args> + RowCache rowCache; +</%args> +<%if rowCache == null %> +<p>RowCache is null</p> Review Comment: https://github.com/apache/hbase/pull/7291/commits/7091abe2e47a589077adda79d2c36b6005dbfc40 -- 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]
