[
https://issues.apache.org/jira/browse/HBASE-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650319#action_12650319
]
stack commented on HBASE-1021:
------------------------------
Added a subclass of FileContext to hbase. It adds timestamping:
{code}durruti:trunk stack$ tail -f /tmp/metrics_hbase.log
2008-11-24T12:44:54 hbase.regionserver: RegionServer=RegionServer:0,
hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=1, requests=4,
storefiles=2
2008-11-24T12:44:54 hbase.master: Master=HMaster,
hostName=durruti.desk.hq.powerset.com, cluster_requests=0
2008-11-24T12:45:04 hbase.regionserver: RegionServer=RegionServer:0,
hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=2, requests=5,
storefiles=2
2008-11-24T12:45:04 hbase.master: Master=HMaster,
hostName=durruti.desk.hq.powerset.com, cluster_requests=9
2008-11-24T12:45:14 hbase.regionserver: RegionServer=RegionServer:0,
hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=2, requests=0,
storefiles=2
2008-11-24T12:45:14 hbase.master: Master=HMaster,
hostName=durruti.desk.hq.powerset.com, cluster_requests=0
{code}
> hbase metrics FileContext not working
> -------------------------------------
>
> Key: HBASE-1021
> URL: https://issues.apache.org/jira/browse/HBASE-1021
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.19.0
>
>
> Figure why it ain't writing to file though it does to ganglia.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.