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 A09F5DD3F for ; Mon, 22 Oct 2012 02:08:12 +0000 (UTC) Received: (qmail 75531 invoked by uid 500); 22 Oct 2012 02:08:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75484 invoked by uid 500); 22 Oct 2012 02:08:12 -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 75474 invoked by uid 99); 22 Oct 2012 02:08:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 02:08:12 +0000 Date: Mon, 22 Oct 2012 02:08:12 +0000 (UTC) From: "liang xie (JIRA)" To: issues@hbase.apache.org Message-ID: <469260595.8242.1350871692385.JavaMail.jiratomcat@arcas> In-Reply-To: <124093313.57159.1350474483173.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7001) Fix the RCN Correctness Warning in MemStoreFlusher class 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-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481122#comment-13481122 ] liang xie commented on HBASE-7001: ---------------------------------- Could any other experts have a review on this trivial issue? Thanks in advance:) > Fix the RCN Correctness Warning in MemStoreFlusher class > -------------------------------------------------------- > > Key: HBASE-7001 > URL: https://issues.apache.org/jira/browse/HBASE-7001 > Project: HBase > Issue Type: Bug > Reporter: liang xie > Assignee: liang xie > Priority: Minor > Attachments: HBASE-7001.patch > > > https://builds.apache.org/job/PreCommit-HBASE-Build/3057//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html#Warnings_CORRECTNESS > shows : > > Bug type RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE (click for details) > In class org.apache.hadoop.hbase.regionserver.MemStoreFlusher > In method org.apache.hadoop.hbase.regionserver.MemStoreFlusher.flushRegion(MemStoreFlusher$FlushRegionEntry) > Value loaded from region > Return value of org.apache.hadoop.hbase.regionserver.MemStoreFlusher$FlushRegionEntry.access$000(MemStoreFlusher$FlushRegionEntry) > At MemStoreFlusher.java:[line 346] > Redundant null check at MemStoreFlusher.java:[line 363] -- 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