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 25930106DE for ; Wed, 4 Mar 2015 08:59:05 +0000 (UTC) Received: (qmail 59741 invoked by uid 500); 4 Mar 2015 08:59:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 59694 invoked by uid 500); 4 Mar 2015 08:59:04 -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 59682 invoked by uid 99); 4 Mar 2015 08:59:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 08:59:04 +0000 Date: Wed, 4 Mar 2015 08:59:04 +0000 (UTC) From: "Jingcheng Du (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13152) NPE in ExpiredMobFileCleanerChore 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-13152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-13152: --------------------------------- Attachment: HBASE-13152.diff Hi [~jmhsieh], NPE occurred in the ExpiredMobFileCleanerChore because I didn't pass the conf into the cleaner. It is fixed in this patch. Please take a look at it. Thanks a lot! > NPE in ExpiredMobFileCleanerChore > --------------------------------- > > Key: HBASE-13152 > URL: https://issues.apache.org/jira/browse/HBASE-13152 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Affects Versions: hbase-11339 > Reporter: Jingcheng Du > Assignee: Jingcheng Du > Fix For: hbase-11339 > > Attachments: HBASE-13152.diff > > > NullPointerException in ExpiredMobFileCleanerChore. In the ExpiredMobFileCleanerChore, we invoked ExpiredMobFileCleaner to clean the expired mob files. But we didn't pass the conf in which led to a NPE when invoking methods of conf in cleaner. This patch will fix the NPE issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)