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

[jira] [Commented] (CRUNCH-695) NullPointerException in RegionLocationTable

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

Andrew Olson commented on CRUNCH-695:
-------------------------------------

Appears the region info may potentially be null as well (HBASE-10630) so we should check for that also.

> 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
>
> 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)