[ 
https://issues.apache.org/jira/browse/HBASE-8689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13684187#comment-13684187
 ] 

Hudson commented on HBASE-8689:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #568 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/568/])
    HBASE-8689 Cover all mutations rather than only Put while reporting for 
mutations not writing to WAL (Revision 1493307)

     Result = FAILURE
stack : 
Files : 
* 
/hbase/trunk/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSource.java
* 
/hbase/trunk/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.java
* 
/hbase/trunk/hbase-hadoop1-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
* 
/hbase/trunk/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperStub.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMetricsRegionServer.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerMetrics.java

                
> Cover all mutations rather than only Put while reporting for mutations not 
> writing to WAL
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-8689
>                 URL: https://issues.apache.org/jira/browse/HBASE-8689
>             Project: HBase
>          Issue Type: Bug
>          Components: metrics, regionserver
>    Affects Versions: 0.95.0
>            Reporter: Himanshu Vashishtha
>            Assignee: Himanshu Vashishtha
>             Fix For: 0.98.0, 0.95.1
>
>         Attachments: HBASE-8689-v0.patch, HBASE-8689-v1.patch, 
> HBASE-8689-v2.patch
>
>
> Currently, only Puts are reported instead of all mutations (increment, 
> append, delete) when it is not writing to WAL. It should do the book keeping 
> for other mutations too.

--
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

Reply via email to