Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
Impala 2.3.0
-
None
-
None
-
Randomly generated data, I can provide access to the machine with the data loaded.
Description
Query:
SELECT CAST(t360.field_75 AS STRING) AS char_col, COALESCE(t360.field_75, t369.field_0.field_3, t369.field_0.field_3) AS int_col, t369.field_11 AS char_col_t370, t369.field_0.field_2 AS float_col, LEAST(COALESCE(t369.field_0.field_3, 596), COALESCE(t369.field_0.field_4, -898)) AS int_col_t371 FROM table_4 t360 LEFT JOIN ( WITH with_1 AS (SELECT COALESCE(t363.pos, t362.pos, t363.pos) AS int_col, COALESCE(t362.pos, t363.pos, t361.pos) AS int_col_t364, COALESCE(-288, 931, (677) - (LAG(140, 94) OVER (PARTITION BY COALESCE(t363.pos, t362.pos, t363.pos) ORDER BY COALESCE(t363.pos, t362.pos, t363.pos) DESC, COALESCE(t362.pos, t363.pos, t361.pos) ASC))) AS int_col_t365, IF(True, t362.pos, t361.pos) AS int_col_t366 FROM t360.field_80 t361 INNER JOIN t360.field_80 t362 ON (t362.pos) = (t361.pos) INNER JOIN t360.field_80 t363 ON (((t363.pos) = (t361.pos)) AND ((t363.pos) = (t361.pos))) AND ((t363.pos) = (t361.pos))) SELECT CAST(COUNT(842) OVER (ORDER BY t367.key, t367.value.field_78 DESC) AS STRING) AS char_col FROM t360.field_76 t367 WHERE (874) >= (828) ) t368 INNER JOIN table_0 t369 ON ((t369.field_11) = (t368.char_col)) AND ((t369.field_11) = (t368.char_col))
Stack Trace:
#0 0x00007f01f06e0cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007f01f06e40d8 in __GI_abort () at abort.c:89 #2 0x0000000002118579 in google::DumpStackTraceAndExit () at src/utilities.cc:147 #3 0x000000000211162d in google::LogMessage::Fail () at src/logging.cc:1315 #4 0x00000000021134b5 in google::LogMessage::SendToLog (this=0x7f017e929ed0) at src/logging.cc:1269 #5 0x0000000002111183 in google::LogMessage::Flush (this=this@entry=0x7f017e929ed0) at src/logging.cc:1138 #6 0x0000000002113e0e in google::LogMessageFatal::~LogMessageFatal (this=0x7f017e929ed0, __in_chrg=<optimized out>) at src/logging.cc:1836 #7 0x0000000001213436 in impala::SlotDescriptor::SlotDescriptor (this=0xcaf44d0, tdesc=..., parent=0xb67acf0, collection_item_descriptor=0x0) at /home/dev/Impala/be/src/runtime/descriptors.cc:73 #8 0x0000000001216d06 in impala::DescriptorTbl::Create (pool=0xb95f860, thrift_tbl=..., tbl=0x7f017e92a260) at /home/dev/Impala/be/src/runtime/descriptors.cc:489 #9 0x0000000001595fef in impala::PlanFragmentExecutor::Prepare (this=0xb809680, request=...) at /home/dev/Impala/be/src/runtime/plan-fragment-executor.cc:190 #10 0x000000000156326b in impala::Coordinator::Exec (this=0xc4f3500, schedule=..., output_expr_ctxs=0x86349a8) at /home/dev/Impala/be/src/runtime/coordinator.cc:350 #11 0x00000000013578cc in impala::ImpalaServer::QueryExecState::ExecQueryOrDmlRequest (this=0x8634000, query_exec_request=...) at /home/dev/Impala/be/src/service/query-exec-state.cc:428 #12 0x0000000001354ae0 in impala::ImpalaServer::QueryExecState::Exec (this=0x8634000, exec_request=0x7f017e92bf60) at /home/dev/Impala/be/src/service/query-exec-state.cc:141 #13 0x00000000012d8d54 in impala::ImpalaServer::ExecuteInternal (this=0x3530100, query_ctx=..., session_state=..., registered_exec_state=0x7f017e92d1bf, exec_state=0x7f017e92d2d0) at /home/dev/Impala/be/src/service/impala-server.cc:770 #14 0x00000000012d8599 in impala::ImpalaServer::Execute (this=0x3530100, query_ctx=0x7f017e92d320, session_state=..., exec_state=0x7f017e92d2d0) at /home/dev/Impala/be/src/service/impala-server.cc:715 #15 0x0000000001349534 in impala::ImpalaServer::query (this=0x3530100, query_handle=..., query=...) at /home/dev/Impala/be/src/service/impala-beeswax-server.cc:185 #16 0x00000000014e6113 in beeswax::BeeswaxServiceProcessor::process_query (this=0xbf9e000, seqid=0, iprot=0xb796700, oprot=0x7558980, callContext=0xbae7f00) at /home/dev/Impala/be/generated-sources/gen-cpp/BeeswaxService.cpp:2979 #17 0x00000000014e5e24 in beeswax::BeeswaxServiceProcessor::dispatchCall (this=0xbf9e000, iprot=0xb796700, oprot=0x7558980, fname=..., seqid=0, callContext=0xbae7f00) at /home/dev/Impala/be/generated-sources/gen-cpp/BeeswaxService.cpp:2952 #18 0x00000000014cf28d in impala::ImpalaServiceProcessor::dispatchCall (this=0xbf9e000, iprot=0xb796700, oprot=0x7558980, fname=..., seqid=0, callContext=0xbae7f00) at /home/dev/Impala/be/generated-sources/gen-cpp/ImpalaService.cpp:1673 #19 0x00000000012e631d in apache::thrift::TDispatchProcessor::process (this=0xbf9e000, in=..., out=..., connectionContext=0xbae7f00) at /home/dev/Impala/thirdparty/thrift-0.9.0/build/include/thrift/TDispatchProcessor.h:121 #20 0x00000000020b725a in apache::thrift::server::TThreadPoolServer::Task::run (this=0xb89da40) at src/thrift/server/TThreadPoolServer.cpp:70 #21 0x00000000020a399f in apache::thrift::concurrency::ThreadManager::Task::run (this=0xbdcb840) at src/thrift/concurrency/ThreadManager.cpp:187 #22 0x00000000020a660a in apache::thrift::concurrency::ThreadManager::Worker::run (this=0xbe96c90) at src/thrift/concurrency/ThreadManager.cpp:316 #23 0x00000000012114c1 in impala::ThriftThread::RunRunnable (this=0xbae7080, runnable=..., promise=0x7ffffbf0e7f0) at /home/dev/Impala/be/src/rpc/thrift-thread.cc:61 #24 0x0000000001212c89 in boost::_mfi::mf2<void, impala::ThriftThread, boost::shared_ptr<apache::thrift::concurrency::Runnable>, impala::Promise<unsigned long>*>::operator() (this=0xbe9b3b0, p=0xbae7080, a1=..., a2=0x7ffffbf0e7f0) at /usr/include/boost/bind/mem_fn_template.hpp:280 #25 0x0000000001212ae4 in boost::_bi::list3<boost::_bi::value<impala::ThriftThread*>, boost::_bi::value<boost::shared_ptr<apache::thrift::concurrency::Runnable> >, boost::_bi::value<impala::Promise<unsigned long>*> >::operator()<boost::_mfi::mf2<void, impala::ThriftThread, boost::shared_ptr<apache::thrift::concurrency::Runnable>, impala::Promise<unsigned long>*>, boost::_bi::list0> (this=0xbe9b3c0, f=..., a=...) at /usr/include/boost/bind/bind.hpp:392 #26 0x0000000001212875 in boost::_bi::bind_t<void, boost::_mfi::mf2<void, impala::ThriftThread, boost::shared_ptr<apache::thrift::concurrency::Runnable>, impala::Promise<unsigned long>*>, boost::_bi::list3<boost::_bi::value<impala::ThriftThread*>, boost::_bi::value<boost::shared_ptr<apache::thrift::concurrency::Runnable> >, boost::_bi::value<impala::Promise<unsigned long>*> > >::operator() (this=0xbe9b3b0) at /usr/include/boost/bind/bind_template.hpp:20 #27 0x0000000001212796 in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf2<void, impala::ThriftThread, boost::shared_ptr<apache::thrift::concurrency::Runnable>, impala::Promise<unsigned long>*>, boost::_bi::list3<boost::_bi::value<impala::ThriftThread*>, boost::_bi::value<boost::shared_ptr<apache::thrift::concurrency::Runnable> >, boost::_bi::value<impala::Promise<unsigned long>*> > >, void>::invoke (function_obj_ptr=...) at /usr/include/boost/function/function_template.hpp:153 #28 0x0000000001247b28 in boost::function0<void>::operator() (this=0x7f017e92de00) at /usr/include/boost/function/function_template.hpp:767 #29 0x0000000001457d5b in impala::Thread::SuperviseThread(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*) (name=..., category=..., functor=..., thread_started=0x7ffffbf0e630) at /home/dev/Impala/be/src/util/thread.cc:314 #30 0x0000000001460f91 in boost::_bi::list4<boost::_bi::value<std::string>, boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<impala::Promise<long>*> >::operator()<void (*)(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*), boost::_bi::list0&, int) (this=0xbaeddc0, f=@0xbaeddb8: 0x1457a52 <impala::Thread::SuperviseThread(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*)>, a=...) at /usr/include/boost/bind/bind.hpp:457 #31 0x0000000001460edb in boost::_bi::bind_t<void, void (*)(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*), boost::_bi::list4<boost::_bi::value<std::string>, boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<impala::Promise<long>*> > >::operator()() (this=0xbaeddb8) at /usr/include/boost/bind/bind_template.hpp:20 #32 0x0000000001460ea0 in boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*), boost::_bi::list4<boost::_bi::value<std::string>, boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<impala::Promise<long>*> > > >::run() (this=0xbaedc00) at /usr/include/boost/thread/detail/thread.hpp:117 #33 0x00007f01f36aaa4a in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0 #34 0x00007f01f2b57182 in start_thread (arg=0x7f017e92e700) at pthread_create.c:312 #35 0x00007f01f07a447d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
impalad.FATAL:
F0924 12:27:31.039093 10334 descriptors.cc:73] Check failed: collection_item_descriptor_ != __null 2