Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null pointer exception in SqlStageExecution #978

Closed
erichwang opened this issue Jan 23, 2014 · 1 comment
Closed

Null pointer exception in SqlStageExecution #978

erichwang opened this issue Jan 23, 2014 · 1 comment
Assignees

Comments

@erichwang
Copy link
Contributor

2014-01-22T17:18:24.135-0800 DEBUG Stage-20140123_011823_00017_xrsjj.1-402 com.facebook.presto.execution.SqlStageExecution Error while starting stage in done query 20140123_011823_00017_xrsjj.1
java.lang.NullPointerException: null
at java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:333) ~[na:1.7.0_45]
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:988) ~[na:1.7.0_45]
at com.facebook.presto.execution.SqlStageExecution.scheduleSourcePartitionedNodes(SqlStageExecution.java:646) [presto-main-0.57.jar:0.57]
at com.facebook.presto.execution.SqlStageExecution.startTasks(SqlStageExecution.java:556) [presto-main-0.57.jar:0.57]
at com.facebook.presto.execution.SqlStageExecution.access$300(SqlStageExecution.java:95) [presto-main-0.57.jar:0.57]
at com.facebook.presto.execution.SqlStageExecution$5.run(SqlStageExecution.java:528) [presto-main-0.57.jar:0.57]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_45]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]

@ghost ghost assigned dain Jan 31, 2014
@dain
Copy link
Contributor

dain commented Feb 12, 2014

I believe this is fixed in 0.60

@dain dain closed this as completed Feb 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants