You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/01/24 17:10:41 UTC

[jira] [Commented] (ACCUMULO-1921) NPE in tablet assignment

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

Josh Elser commented on ACCUMULO-1921:
--------------------------------------

Just saw this with 1.5.1 as well. I'll pull back the changes.

> NPE in tablet assignment
> ------------------------
>
>                 Key: ACCUMULO-1921
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1921
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>         Environment: single development system, 1.6.0-SNAPSHOT, 2f585a7b1bb97e50af243d756e5b7bd2b642d0bb
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> Running randomwalk tests:
> {noformat}
> Thread "tablet assignment 1" died java.lang.NullPointerException
> 	java.lang.RuntimeException: java.lang.NullPointerException
> 		at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2863)
> 		at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
> 		at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 		at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
> 		at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
> 		at java.lang.Thread.run(Thread.java:662)
> 	Caused by: java.lang.NullPointerException
> 		at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2841)
> 		... 7 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)