You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/10/12 07:20:05 UTC

[jira] [Created] (TAJO-1921) Hbase Storage can cause NPE when the hbase cluster is restarted

Hyunsik Choi created TAJO-1921:
----------------------------------

             Summary: Hbase Storage can cause NPE when the hbase cluster is restarted
                 Key: TAJO-1921
                 URL: https://issues.apache.org/jira/browse/TAJO-1921
             Project: Tajo
          Issue Type: Bug
          Components: HBase Storage
            Reporter: Hyunsik Choi
             Fix For: 0.12.0, 0.11.1


See the title. The stacktrace is as follow:
{noformat}
2015-10-10 01:16:58,577 ERROR org.apache.tajo.querymaster.Stage: Stage (eb_1444397501528_0096_000001) ERROR:
java.lang.NullPointerException
       at org.apache.tajo.storage.hbase.HBaseTablespace.getSplits(HBaseTablespace.java:529)
       at org.apache.tajo.querymaster.Stage$InitAndRequestContainer.scheduleFragmentsForLeafQuery(Stage.java:1147)
       at org.apache.tajo.querymaster.Stage$InitAndRequestContainer.schedule(Stage.java:1039)
       at org.apache.tajo.querymaster.Stage$InitAndRequestContainer.access$800(Stage.java:821)
       at org.apache.tajo.querymaster.Stage$InitAndRequestContainer$1.run(Stage.java:847)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
       at java.lang.Thread.run(Thread.java:745)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)