[
https://issues.apache.org/jira/browse/HBASE-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121684#comment-15121684
]
Sean Busbey commented on HBASE-15135:
-------------------------------------
It's this section:
{code}
## from github
curl -L https://api.github.com/repos/apache/yetus/tarball/HEAD >
yetus.tar.gz
tar xvpf yetus.tar.gz
{code}
it must have been the github outage yesterday. looks like curl won't fail on
HTTP 4xx or 5xx unless we tell it to via {{--fail}}. I'll update the job to do
this.
> Add metrics for storefile age
> -----------------------------
>
> Key: HBASE-15135
> URL: https://issues.apache.org/jira/browse/HBASE-15135
> Project: HBase
> Issue Type: New Feature
> Reporter: Elliott Clark
> Assignee: Mikhail Antonov
> Attachments: HBASE-15135-v2.patch, HBASE-15135-v3.patch,
> HBASE-15135-v4.patch, HBASE-15135.patch
>
>
> In order to make sure that compactions are fully up to date it would be nice
> to have metrics on:
> * Max storefile age
> * Min storefile age
> * Average storefile age
> * Number of reference files
> If we could have those metrics per region and per regionserver it would be
> awesome.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)