[ 
https://issues.apache.org/jira/browse/HBASE-15728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey reopened HBASE-15728:
---------------------------------

Reopening because this caused a bunch of findbugs errors on master and branch-2.

precommit failed to run findbugs originally (noted in the "no findbugs 
executables" comment from qabot), and then the master branch nightly failed due 
to fall out from the ASF jenkins outage last week (noted in the "something went 
wrong, please look at this" comment), but branch-2 nightly did give results 
([this is the report it nightly attempted to link 
to|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1179/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/])

{code}
        Tests
FindBugs        module:hbase-hadoop2-compat
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactedInputBytes;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 406]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactedOutputBytes;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 424]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactionInputFileCountHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 397]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactionInputSizeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 405]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactionOutputFileCountHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 415]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactionOutputSizeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 423]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.compactionTimeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 389]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.flushMemstoreSizeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 377]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.flushOutputSizeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 383]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.flushedMemstoreBytes;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 378]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.flushedOutputBytes; 
locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 384]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactedInputBytes;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 409]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactedOutputBytes;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 427]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactionInputFileCountHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 399]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactionInputSizeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 408]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactionOutputFileCountHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 417]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactionOutputSizeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 426]
Inconsistent synchronization of 
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImpl.majorCompactionTimeHisto;
 locked 50% of time Unsynchronized access at MetricsTableSourceImpl.java:50% of 
time Unsynchronized access at MetricsTableSourceImpl.java:[line 391]
{code}

Please push an addendum to master and branch-2 or revert.

> Add remaining per-table region / store / flush / compaction related metrics 
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-15728
>                 URL: https://issues.apache.org/jira/browse/HBASE-15728
>             Project: HBase
>          Issue Type: Sub-task
>          Components: metrics
>            Reporter: Enis Soztutar
>            Assignee: Xu Cang
>            Priority: Major
>             Fix For: 3.0.0, 1.5.0, 2.2.0
>
>         Attachments: HBASE-15728.branch-1.001.patch, 
> HBASE-15728.branch-1.001.patch, HBASE-15728.branch-1.002.patch, 
> HBASE-15728.master.001.patch, hbase-15728_v1.patch
>
>
> Continuing on the work for per-table metrics, HBASE-15518 and HBASE-15671. 
> We need to add some remaining metrics at the per-table level, so that we will 
> have the same metrics reported at the per-regionserver, per-region and 
> per-table levels. 
> After this patch, most of the metrics at the RS and all of the per-region 
> level are also reported at the per-table level. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to