From dev-return-6898-apmail-crunch-dev-archive=crunch.apache.org@crunch.apache.org Wed Mar 25 16:22:03 2020 Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 6387719F16 for ; Wed, 25 Mar 2020 16:22:03 +0000 (UTC) Received: (qmail 23463 invoked by uid 500); 25 Mar 2020 16:22:02 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 23436 invoked by uid 500); 25 Mar 2020 16:22:02 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 23408 invoked by uid 500); 25 Mar 2020 16:22:02 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 23403 invoked by uid 99); 25 Mar 2020 16:22:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2020 16:22:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CE947E3159 for ; Wed, 25 Mar 2020 16:22:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 5EF6B78054F for ; Wed, 25 Mar 2020 16:22:00 +0000 (UTC) Date: Wed, 25 Mar 2020 16:22:00 +0000 (UTC) From: "Micah Whitacre (Jira)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-695) NullPointerException in RegionLocationTable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-695?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1706= 6805#comment-17066805 ]=20 Micah Whitacre commented on CRUNCH-695: --------------------------------------- PR has been merged.=C2=A0 Thanks [~noslowerdna]=C2=A0for the contribution. > NullPointerException in RegionLocationTable > ------------------------------------------- > > Key: CRUNCH-695 > URL: https://issues.apache.org/jira/browse/CRUNCH-695 > Project: Crunch > Issue Type: Bug > Reporter: Andrew Olson > Assignee: Micah Whitacre > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > We saw this exception in processing jobs when Region Servers were abruptl= y aborting and restarting causing offline or in-transition regions. While t= here may be an underlying HBase client bug, the Crunch code should more gra= cefully handle this apparent possibility. > {noformat} > Caused by: java.lang.NullPointerException > =09at org.apache.crunch.io.hbase.RegionLocationTable.create(RegionLocatio= nTable.java:63) > =09at org.apache.crunch.io.hbase.HFileUtils.writeToHFilesForIncrementalLo= ad(HFileUtils.java:515) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)