[ 
https://issues.apache.org/jira/browse/HBASE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Meil updated HBASE-4199:
-----------------------------

    Attachment: java_HBASE_4199_v4.patch

Ok, v4 patch with requested changes.  The only part I feel like I'm between a 
rock and a hard place is the line-breaks.  One one hand, you guys are saying 
"don't do long lines" - fair enough.  But on the other hand you don't like the 
line-breaking, and I don't see how the way I'm breaking is much different from 
the way anybody else is doing it.

All the big stuff is taken care of though.  BlockCacheSummaryEntry renamed to 
BlockCacheColumnFamilySummary.  Method renamed to 
getBlockCacheColumnFamilySummary as well.  

Expanded Javadoc to include more verbiage on the cost of method (e.g., will do 
FS scan, etc.) and other places as mentioned.

Fingers crossed!

> blockCache summary - backend
> ----------------------------
>
>                 Key: HBASE-4199
>                 URL: https://issues.apache.org/jira/browse/HBASE-4199
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: java_HBASE_4199.patch, java_HBASE_4199_v2.patch, 
> java_HBASE_4199_v3.patch, java_HBASE_4199_v4.patch
>
>
> This is the backend work for the blockCache summary.  Change to BlockCache 
> interface, Summarization in LruBlockCache, BlockCacheSummaryEntry, addition 
> to HRegionInterface, and HRegionServer.
> This will NOT include any of the web UI or anything else like that.  That is 
> for another sub-task.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to