[ 
https://issues.apache.org/jira/browse/IMPALA-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Armstrong resolved IMPALA-6098.
-----------------------------------
    Resolution: Cannot Reproduce

> core on parquet select
> ----------------------
>
>                 Key: IMPALA-6098
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6098
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.9.0
>         Environment: Version
> catalogd version 2.9.0-cdh5.12.0 RELEASE (build 
> 03c6ddbdcec39238be4f5b14a300d5c4f576097e)
> Built on Thu Jun 29 04:17:31 PDT 2017
> Hardware Info
> Cpu Info:
>   Model: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
>   Cores: 24
>   Max Possible Cores: 24
>   L1 Cache: 32.00 KB (Line: 64.00 B)
>   L2 Cache: 256.00 KB (Line: 64.00 B)
>   L3 Cache: 15.00 MB (Line: 64.00 B)
>   Hardware Supports:
>     ssse3
>     sse4_1
>     sse4_2
>     popcnt
>     avx
>     avx2
>   Numa Nodes: 2
>   Numa Nodes of Cores: 0->0 | 1->0 | 2->0 | 3->0 | 4->0 | 5->0 | 6->1 | 7->1 
> | 8->1 | 9->1 | 10->1 | 11->1 | 12->0 | 13->0 | 14->0 | 15->0 | 16->0 | 17->0 
> | 18->1 | 19->1 | 20->1 | 21->1 | 22->1 | 23->1 |
>  Physical Memory: 62.28 GB
>  Disk Info: 
>   Num disks 13: 
>     sda (rotational=false)
>     sdb (rotational=true)
>     sdc (rotational=true)
>     sdd (rotational=true)
>     sde (rotational=true)
>     sdk (rotational=true)
>     sdf (rotational=true)
>     sdl (rotational=true)
>     sdm (rotational=true)
>     sdg (rotational=true)
>     sdi (rotational=true)
>     sdj (rotational=true)
>     sdh (rotational=true)
> OS Info
> OS version: Linux version 3.10.104-1-tlinux2-0041.tl1 (r...@te64.site) (gcc 
> version 4.4.6 20110731 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Fri Oct 28 20:36:06 
> CST 2016
> Clock: clocksource: 'tsc', clockid_t: CLOCK_MONOTONIC
>            Reporter: sw
>            Priority: Major
>
> i create table like this:
> {code:java}
> "CREATE EXTERNAL TABLE fact_vm_widetable  LIKE PARQUET  
> '/user/spark/parquet-vm/part-00000-69d62acd-92a4-4774-ae6c-71be5c2dfcd0-c000.snappy.parquet'
> STORED AS PARQUET
> LOCATION '/user/spark/parquet-vm';"
> {code}
> then: select count(1) from fact_host_widetable  , all Impala Daemon will core.
> got info from coreļ¼š
> (gdb) bt
> #0  0x00007f64bf6f3625 in raise () from /lib64/libc.so.6
> #1  0x00007f64bf6f4e05 in abort () from /lib64/libc.so.6
> #2  0x00007f64c016c07d in __gnu_cxx::__verbose_terminate_handler() () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #3  0x00007f64c016a0e6 in ?? () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #4  0x00007f64c016a131 in std::terminate() () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #5  0x00007f64c016a348 in __cxa_throw () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #6  0x00007f64c01c5976 in std::__throw_runtime_error(char const*) () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #7  0x00007f64c018cac4 in 
> std::locale::facet::_S_create_c_locale(__locale_struct*&, char const*, 
> __locale_struct*) ()
>    from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #8  0x00007f64c0181f69 in std::locale::_Impl::_Impl(char const*, unsigned 
> long) () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #9  0x00007f64c0183192 in std::locale::locale(char const*) () from 
> /opt/cloudera/parcels/CDH-5.12.0-1.cdh5.12.0.p0.29/lib/impala/lib/libstdc++.so.6
> #10 0x0000000000e81de3 in boost::filesystem::path::codecvt() ()
> #11 0x0000000000c6f8f2 in 
> impala::HdfsScanNodeBase::Prepare(impala::RuntimeState*) ()
> #12 0x0000000000c67ce9 in 
> impala::HdfsScanNode::Prepare(impala::RuntimeState*) ()
> #13 0x0000000000c50bf4 in impala::ExecNode::Prepare(impala::RuntimeState*) ()
> #14 0x0000000000cf0037 in 
> impala::PartitionedAggregationNode::Prepare(impala::RuntimeState*) ()
> #15 0x0000000000a7efcd in impala::FragmentInstanceState::Prepare() ()
> #16 0x0000000000a7fb71 in impala::FragmentInstanceState::Exec() ()
> #17 0x0000000000a6bab6 in 
> impala::QueryState::ExecFInstance(impala::FragmentInstanceState*) ()
> #18 0x0000000000bf0ac9 in 
> impala::Thread::SuperviseThread(std::basic_string<char, 
> std::char_traits<char>, std::allocator<char> > const&, 
> std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
> const&, boost::function<void ()()>, impala::Promise<long>*) ()
> #19 0x0000000000bf1484 in boost::detail::thread_data<boost::_bi::bind_t<void, 
> void (*)(std::basic_string<char, std::char_traits<char>, std::allocator<char> 
> > const&, std::basic_string<char, std::char_traits<char>, 
> std::allocator<char> > const&, boost::function<void ()()>, 
> impala::Promise<long>*), 
> boost::_bi::list4<boost::_bi::value<std::basic_string<char, 
> std::char_traits<char>, std::allocator<char> > >, 
> boost::_bi::value<std::basic_string<char, std::char_traits<char>, 
> std::allocator<char> > >, boost::_bi::value<boost::function<void ()()> >, 
> boost::_bi::value<impala::Promise<long>*> > > >::run() ()
> #20 0x0000000000e592ea in ?? ()
> #21 0x00007f64bfa5c9d1 in start_thread () from /lib64/libpthread.so.0
> #22 0x00007f64bf7a98fd in clone () from /lib64/libc.so.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to