Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F1EF100C8 for ; Tue, 4 Mar 2014 19:11:46 +0000 (UTC) Received: (qmail 35641 invoked by uid 500); 4 Mar 2014 19:11:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35562 invoked by uid 500); 4 Mar 2014 19:11:36 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 35484 invoked by uid 99); 4 Mar 2014 19:11:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 19:11:34 +0000 Date: Tue, 4 Mar 2014 19:11:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10624) Fix 2 new findbugs warnings introduced by HBASE-10598 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13919784#comment-13919784 ] Hudson commented on HBASE-10624: -------------------------------- SUCCESS: Integrated in HBase-0.94-security #430 (See [https://builds.apache.org/job/HBase-0.94-security/430/]) HBASE-10624 Fix 2 new findbugs warnings introduced by HBASE-10598 (tedyu: rev 1574161) * /hbase/branches/0.94/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)