odraese opened a new pull request #574: Hive 21422 push
URL: https://github.com/apache/hive/pull/574
 
 
   Added new LRFU cache policy related counters to JMX (via Hadoop metrics 2) 
and iomem output.
   Here is an example of the iomem output where the highlighted is the new 
output:
   
   ...
   LRFU eviction list: 0 items
   LRFU eviction heap: 683 items **(of max 262144)
   LRFU data on heap: 164.75MB
   LRFU metadata on heap: 96.00KB
   LRFU data on eviction list: 0B
   LRFU metadata on eviction list: 0B
   LRFU data locked: 12.50MB
   LRFU metadata locked: 0B**
   ORC cache state 
   ...
   
   All relevant changes are within the LRFU cache policy by itself.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to