You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/25 16:05:00 UTC

[jira] [Work logged] (CRUNCH-695) NullPointerException in RegionLocationTable

     [ https://issues.apache.org/jira/browse/CRUNCH-695?focusedWorklogId=409610&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-409610 ]

ASF GitHub Bot logged work on CRUNCH-695:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Mar/20 16:04
            Start Date: 25/Mar/20 16:04
    Worklog Time Spent: 10m 
      Work Description: noslowerdna commented on pull request #32: CRUNCH-695: Fix NullPointerException in RegionLocationTable
URL: https://github.com/apache/crunch/pull/32
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 409610)
    Remaining Estimate: 0h
            Time Spent: 10m

> NullPointerException in RegionLocationTable
> -------------------------------------------
>
>                 Key: CRUNCH-695
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-695
>             Project: Crunch
>          Issue Type: Bug
>            Reporter: Andrew Olson
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We saw this exception in processing jobs when Region Servers were abruptly aborting and restarting causing offline or in-transition regions. While there may be an underlying HBase client bug, the Crunch code should more gracefully handle this apparent possibility.
> {noformat}
> Caused by: java.lang.NullPointerException
> 	at org.apache.crunch.io.hbase.RegionLocationTable.create(RegionLocationTable.java:63)
> 	at org.apache.crunch.io.hbase.HFileUtils.writeToHFilesForIncrementalLoad(HFileUtils.java:515)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)