[
https://issues.apache.org/jira/browse/HBASE-10624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920047#comment-13920047
]
Hudson commented on HBASE-10624:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #187 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/187/])
HBASE-10624 Fix 2 new findbugs warnings introduced by HBASE-10598 (tedyu: rev
1574148)
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java
> Fix 2 new findbugs warnings introduced by HBASE-10598
> -----------------------------------------------------
>
> Key: HBASE-10624
> URL: https://issues.apache.org/jira/browse/HBASE-10624
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18
>
> Attachments: 10624-0.94.txt, 10624-v1.txt, 10624-v2.txt, 10624-v4.txt
>
>
> Inconsistent synchronization of
> org.apache.hadoop.hbase.regionserver.TimeRangeTracker.maximumTimestamp;
> locked 66% of time
> {code}
> In class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
> Field org.apache.hadoop.hbase.regionserver.TimeRangeTracker.maximumTimestamp
> Synchronized 66% of the time
> {code}
> Inconsistent synchronization of
> org.apache.hadoop.hbase.regionserver.TimeRangeTracker.minimumTimestamp;
> locked 62% of time
> {code}
> In class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
> Field org.apache.hadoop.hbase.regionserver.TimeRangeTracker.minimumTimestamp
> Synchronized 62% of the time
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)