[
https://issues.apache.org/jira/browse/HBASE-16661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Helmling updated HBASE-16661:
----------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 1.4.0
1.3.0
2.0.0
Release Note: This adds a new per-region metric named
"lastMajorCompactionAge" for tracking time since the last major compaction ran
on a given region. If a major compaction has never run, the age will be equal
to the current timestamp.
Status: Resolved (was: Patch Available)
Pushed to branch-1.3+. Thanks for the patch, Dustin!
> Add last major compaction age to per-region metrics
> ---------------------------------------------------
>
> Key: HBASE-16661
> URL: https://issues.apache.org/jira/browse/HBASE-16661
> Project: HBase
> Issue Type: Improvement
> Reporter: Gary Helmling
> Assignee: Dustin Pho
> Priority: Minor
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-16661.001.patch, HBASE-16661.002.patch,
> HBASE-16661.003.patch
>
>
> After HBASE-12859, we can now track the last major compaction timestamp for
> each region. However, this is only exposed through cluster status reporting
> and the admin API.
> We have similar per-region metrics around storefile age, but none that
> filters on major compaction specifically.
> Let's add a metric for last major compaction age.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)