Skip to content

Instantly share code, notes, and snippets.

@toddlipcon
Created August 30, 2018 19:07
Show Gist options
  • Save toddlipcon/57a99bf4c00f1575810af924013c259d to your computer and use it in GitHub Desktop.
Save toddlipcon/57a99bf4c00f1575810af924013c259d to your computer and use it in GitHub Desktop.
Thread 443 (Thread 0x7f2d91dfb700 (LWP 79173)):
#0 0x00007f2fcf5776d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x000000000193c08b in impala::ConditionVariable::Wait (this=0x41ab67c0, lock=...) at be/src/util/condition-variable.h:51
#2 0x000000000326f8c4 in impala::BlockingQueue<std::unique_ptr<impala::RowBatch, std::default_delete<impala::RowBatch> >, impala::RowBatchBytesFn>::BlockingGet (this=0x41ab6680, out=0x7f2d91df8830) at be/src/util/blocking-queue.h:102
#3 0x000000000326ec8c in impala::RowBatchQueue::GetBatch (this=0x41ab6680) at be/src/runtime/row-batch-queue.cc:42
#4 0x00000000021459a8 in impala::HdfsScanNode::GetNextInternal (this=0x3a3f3800, state=0x7f2db47024e0, row_batch=0x7f2e88f8ad00, eos=0x25ed2211) at be/src/exec/hdfs-scan-node.cc:128
#5 0x00000000021454ca in impala::HdfsScanNode::GetNext (this=0x3a3f3800, state=0x7f2db47024e0, row_batch=0x7f2e88f8ad00, eos=0x25ed2211) at be/src/exec/hdfs-scan-node.cc:106
#6 0x0000000002eb7812 in impala::PartitionedHashJoinNode::NextProbeRowBatch (this=0x25ed2000, state=0x7f2db47024e0, out_batch=0x7b04d900) at be/src/exec/partitioned-hash-join-node.cc:303
#7 0x0000000002ebbb94 in impala::PartitionedHashJoinNode::GetNext (this=0x25ed2000, state=0x7f2db47024e0, out_batch=0x7b04d900, eos=0x13303411) at be/src/exec/partitioned-hash-join-node.cc:577
#8 0x0000000002eb7812 in impala::PartitionedHashJoinNode::NextProbeRowBatch (this=0x13303200, state=0x7f2db47024e0, out_batch=0x7f2d91df9ed0) at be/src/exec/partitioned-hash-join-node.cc:303
#9 0x0000000002ebbb94 in impala::PartitionedHashJoinNode::GetNext (this=0x13303200, state=0x7f2db47024e0, out_batch=0x7f2d91df9ed0, eos=0x7f2d91df9f6f) at be/src/exec/partitioned-hash-join-node.cc:577
#10 0x0000000002f164c2 in impala::AggregationNode::Open (this=0x7f2eb0fb3200, state=0x7f2db47024e0) at be/src/exec/aggregation-node.cc:85
#11 0x0000000001e4363b in impala::FragmentInstanceState::Open (this=0x7f2de217d400) at be/src/runtime/fragment-instance-state.cc:290
#12 0x0000000001e40648 in impala::FragmentInstanceState::Exec (this=0x7f2de217d400) at be/src/runtime/fragment-instance-state.cc:86
#13 0x0000000001e51bb5 in impala::QueryState::ExecFInstance (this=0x40b4e800, fis=0x7f2de217d400) at be/src/runtime/query-state.cc:489
#14 0x0000000001e4fdd0 in impala::QueryState::<lambda()>::operator()(void) const (__closure=0x7f2d91dfaba8) at be/src/runtime/query-state.cc:417
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment