[
https://issues.apache.org/jira/browse/HBASE-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-6514:
-------------------------
Attachment: FrameworkTest.java
out.txt
I ran a modified version of Archimedes script (I added a main to it to run all
tests -- its attached here). Here is output missing the ERROR metrics methods
so it seems indeed that this issue is fixed.
Here is how I compiled it:
{code}
javac -cp `./bin/hbase classpath` ./FrameworkTest.java
{code}
I then copied the class file to:
{code}
mv FrameworkTest.class net/trajano/nosql/hbase/test/FrameworkTest.class
{code}
Here is how I ran it:
{code}
$ java -classpath .:`./bin/hbase classpath`
net.trajano.nosql.hbase.test.FrameworkTest &> /tmp/out.txt
{code}
> unknown metrics type:
> org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram
> --------------------------------------------------------------------------------
>
> Key: HBASE-6514
> URL: https://issues.apache.org/jira/browse/HBASE-6514
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 0.92.2, 0.94.0
> Environment: MacOS 10.8
> Oracle JDK 1.7
> Reporter: Archimedes Trajano
> Assignee: Elliott Clark
> Fix For: 0.92.2, 0.96.0, 0.94.2
>
> Attachments: FrameworkTest.java, FrameworkTest.java,
> HBASE-6514-94-0.patch, HBASE-6514-trunk-0.patch, out.txt
>
>
> When trying to run a unit test that just starts up and shutdown the server
> the following errors occur in System.out
> 01:10:59,874 ERROR MetricsUtil:116 - unknown metrics type:
> org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram
> 01:10:59,874 ERROR MetricsUtil:116 - unknown metrics type:
> org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram
> 01:10:59,875 ERROR MetricsUtil:116 - unknown metrics type:
> org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram
> 01:10:59,875 ERROR MetricsUtil:116 - unknown metrics type:
> org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira