[jira] [Comment Edited] (IMPALA-7272) impalad crash when Fatigue test

2018-07-12 Thread yyzzjj (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540993#comment-16540993
 ] 

yyzzjj edited comment on IMPALA-7272 at 7/12/18 12:04 PM:
--

crontab */4 * * * * sh /export/ldb/kudu_branch_test/ [^testing_impala.sh] 
all join use broadcast 
 on five impalads running this sql 
{code:java}
SELECT s.username AS erp, regexp_extract(s.email, '(.*)@xyz.com$', 1) AS 
username , s.organizationname AS org_name, ao.org_fullid, ao.org_fullname, NULL 
AS user_mac, null AS ap_tower , null AS ap_floor, '班车' AS ap_mac, '刷卡' AS 
ap_name, unix_timestamp(a.createtime) AS ap_enter_time , 
unix_timestamp(a.createtime) + 1 AS ap_leave_time FROM 
common_db.shuttlebus_checkin_log a INNER JOIN common_db.staff_card_info c ON 
a.cardno = c.card_no INNER JOIN common_db.staff s ON c.erp = s.username INNER 
JOIN common_db.org ao ON s.organizationid = ao.id WHERE ao.yn = 1 and 
hour(a.createtime) >= 18 AND a.createtime >= '20180426' AND a.createtime < 
'20180626'{code}
It should be like Michael Ho said, caused by multi-threaded race


was (Author: zzjj):
crontab */4 * * * * sh /export/ldb/kudu_branch_test/ [^testing_impala.sh] 
all join use broadcast
 on five impalads running this sql 
{code:java}
SELECT s.username AS erp, regexp_extract(s.email, '(.*)@xyz.com$', 1) AS 
username , s.organizationname AS org_name, ao.org_fullid, ao.org_fullname, NULL 
AS user_mac, null AS ap_tower , null AS ap_floor, '班车' AS ap_mac, '刷卡' AS 
ap_name, unix_timestamp(a.createtime) AS ap_enter_time , 
unix_timestamp(a.createtime) + 1 AS ap_leave_time FROM 
common_db.shuttlebus_checkin_log a INNER JOIN common_db.staff_card_info c ON 
a.cardno = c.card_no INNER JOIN common_db.staff s ON c.erp = s.username INNER 
JOIN common_db.org ao ON s.organizationid = ao.id WHERE ao.yn = 1 and 
hour(a.createtime) >= 18 AND a.createtime >= '20180426' AND a.createtime < 
'20180626'{code}

> impalad   crash when Fatigue test
> -
>
> Key: IMPALA-7272
> URL: https://issues.apache.org/jira/browse/IMPALA-7272
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.11.0, Impala 2.12.0
> Environment: apache  branch  
> [329979d6fb0caa0dc449d7e0aa75460c30e868f0]
> centos 6.5
>  ./buildall.sh -skiptests -noclean -asan
>Reporter: yyzzjj
>Priority: Blocker
>  Labels: crash
> Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
> impalad_node0.ERROR, impalad_node0.WARNING, testing_impala.sh
>
>
> (gdb) bt
> #0 0x003269832635 in raise () from /lib64/libc.so.6
> #1 0x003269833e15 in abort () from /lib64/libc.so.6
> #2 0x04010f64 in google::DumpStackTraceAndExit() ()
> #3 0x040079dd in google::LogMessage::Fail() ()
> #4 0x04009282 in google::LogMessage::SendToLog() ()
> #5 0x040073b7 in google::LogMessage::Flush() ()
> #6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
> #7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
> check_current_chunk_empty=true)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
> #8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
> min_size=10, check_limits=true) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
> #9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, 
> size=10, this=0x5916e1f8) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
> #10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
> #11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
> (this=0x7f90d9489c28, new_size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
> #12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
> str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", 
> str_len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
> #13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
> (this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
> #14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
> (this=0x7f90d9489c00) at 
> /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
> #15 0x02b9641a in impala::FilterContext::MaterializeValues 
> (this=0x61cc0b70) at 
> /export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
> #16 0x7f93fdb9440e in ?? ()
> #17 0x7f90a97f5400 in ?? ()
> #18 0x2acd2bba01a2e0f7 in ?? ()
> #19 0x5916e140 in ?? ()
> #20 0x7f930c34d740 in ?? ()
> #21 0x7f90a97f5220 in ?? ()
> #22 0x66aa77bb66aa77bb in ?? ()
> #23 

[jira] [Comment Edited] (IMPALA-7272) impalad crash when Fatigue test

2018-07-11 Thread yyzzjj (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540993#comment-16540993
 ] 

yyzzjj edited comment on IMPALA-7272 at 7/12/18 2:45 AM:
-

crontab */4 * * * * sh /export/ldb/kudu_branch_test/ [^testing_impala.sh] 
all join use broadcast
 on five impalads running this sql 
{code:java}
SELECT s.username AS erp, regexp_extract(s.email, '(.*)@xyz.com$', 1) AS 
username , s.organizationname AS org_name, ao.org_fullid, ao.org_fullname, NULL 
AS user_mac, null AS ap_tower , null AS ap_floor, '班车' AS ap_mac, '刷卡' AS 
ap_name, unix_timestamp(a.createtime) AS ap_enter_time , 
unix_timestamp(a.createtime) + 1 AS ap_leave_time FROM 
common_db.shuttlebus_checkin_log a INNER JOIN common_db.staff_card_info c ON 
a.cardno = c.card_no INNER JOIN common_db.staff s ON c.erp = s.username INNER 
JOIN common_db.org ao ON s.organizationid = ao.id WHERE ao.yn = 1 and 
hour(a.createtime) >= 18 AND a.createtime >= '20180426' AND a.createtime < 
'20180626'{code}


was (Author: zzjj):
crontab */4 * * * * sh /export/ldb/kudu_branch_test/ [^testing_impala.sh] 
 on five impalads running this sql 
{code:java}
SELECT s.username AS erp, regexp_extract(s.email, '(.*)@xyz.com$', 1) AS 
username , s.organizationname AS org_name, ao.org_fullid, ao.org_fullname, NULL 
AS user_mac, null AS ap_tower , null AS ap_floor, '班车' AS ap_mac, '刷卡' AS 
ap_name, unix_timestamp(a.createtime) AS ap_enter_time , 
unix_timestamp(a.createtime) + 1 AS ap_leave_time FROM 
common_db.shuttlebus_checkin_log a INNER JOIN common_db.staff_card_info c ON 
a.cardno = c.card_no INNER JOIN common_db.staff s ON c.erp = s.username INNER 
JOIN common_db.org ao ON s.organizationid = ao.id WHERE ao.yn = 1 and 
hour(a.createtime) >= 18 AND a.createtime >= '20180426' AND a.createtime < 
'20180626'{code}

> impalad   crash when Fatigue test
> -
>
> Key: IMPALA-7272
> URL: https://issues.apache.org/jira/browse/IMPALA-7272
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.11.0, Impala 2.12.0
> Environment: apache  branch  
> [329979d6fb0caa0dc449d7e0aa75460c30e868f0]
> centos 6.5
>  ./buildall.sh -skiptests -noclean -asan
>Reporter: yyzzjj
>Priority: Blocker
>  Labels: crash
> Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
> impalad_node0.ERROR, impalad_node0.WARNING, testing_impala.sh
>
>
> (gdb) bt
> #0 0x003269832635 in raise () from /lib64/libc.so.6
> #1 0x003269833e15 in abort () from /lib64/libc.so.6
> #2 0x04010f64 in google::DumpStackTraceAndExit() ()
> #3 0x040079dd in google::LogMessage::Fail() ()
> #4 0x04009282 in google::LogMessage::SendToLog() ()
> #5 0x040073b7 in google::LogMessage::Flush() ()
> #6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
> #7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
> check_current_chunk_empty=true)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
> #8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
> min_size=10, check_limits=true) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
> #9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, 
> size=10, this=0x5916e1f8) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
> #10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
> #11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
> (this=0x7f90d9489c28, new_size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
> #12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
> str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", 
> str_len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
> #13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
> (this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
> #14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
> (this=0x7f90d9489c00) at 
> /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
> #15 0x02b9641a in impala::FilterContext::MaterializeValues 
> (this=0x61cc0b70) at 
> /export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
> #16 0x7f93fdb9440e in ?? ()
> #17 0x7f90a97f5400 in ?? ()
> #18 0x2acd2bba01a2e0f7 in ?? ()
> #19 0x5916e140 in ?? ()
> #20 0x7f930c34d740 in ?? ()
> #21 0x7f90a97f5220 in ?? ()
> #22 0x66aa77bb66aa77bb in ?? ()
> #23 0x61cc0b70 in ?? ()
> #24 0x61cc0b70 in ?? ()
> #25 0x61cc0b98 in ?? 

[jira] [Comment Edited] (IMPALA-7272) impalad crash when Fatigue test

2018-07-11 Thread yyzzjj (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540993#comment-16540993
 ] 

yyzzjj edited comment on IMPALA-7272 at 7/12/18 1:36 AM:
-

crontab */4 * * * * sh /export/ldb/kudu_branch_test/ [^testing_impala.sh] 
 on five impalads running this sql 
{code:java}
SELECT s.username AS erp, regexp_extract(s.email, '(.*)@xyz.com$', 1) AS 
username , s.organizationname AS org_name, ao.org_fullid, ao.org_fullname, NULL 
AS user_mac, null AS ap_tower , null AS ap_floor, '班车' AS ap_mac, '刷卡' AS 
ap_name, unix_timestamp(a.createtime) AS ap_enter_time , 
unix_timestamp(a.createtime) + 1 AS ap_leave_time FROM 
common_db.shuttlebus_checkin_log a INNER JOIN common_db.staff_card_info c ON 
a.cardno = c.card_no INNER JOIN common_db.staff s ON c.erp = s.username INNER 
JOIN common_db.org ao ON s.organizationid = ao.id WHERE ao.yn = 1 and 
hour(a.createtime) >= 18 AND a.createtime >= '20180426' AND a.createtime < 
'20180626'{code}


was (Author: zzjj):
crontab  */4 * * * * sh /export/ldb/kudu_branch_test/ [^testing_impala.sh] 
on  five impalads  running   this sql 
{code:java}
SELECT s.username AS erp, regexp_extract(s.email, '(.*)@jd.com$', 1) AS 
username , s.organizationname AS org_name, ao.org_fullid, ao.org_fullname, NULL 
AS user_mac, null AS ap_tower , null AS ap_floor, '班车' AS ap_mac, '刷卡' AS 
ap_name, unix_timestamp(a.createtime) AS ap_enter_time , 
unix_timestamp(a.createtime) + 1 AS ap_leave_time FROM 
common_db.shuttlebus_checkin_log a INNER JOIN common_db.staff_card_info c ON 
a.cardno = c.card_no INNER JOIN common_db.staff s ON c.erp = s.username INNER 
JOIN common_db.org ao ON s.organizationid = ao.id WHERE ao.yn = 1 and 
hour(a.createtime) >= 18 AND a.createtime >= '20180426' AND a.createtime < 
'20180626'{code}

 

> impalad   crash when Fatigue test
> -
>
> Key: IMPALA-7272
> URL: https://issues.apache.org/jira/browse/IMPALA-7272
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.11.0, Impala 2.12.0
> Environment: apache  branch  
> [329979d6fb0caa0dc449d7e0aa75460c30e868f0]
> centos 6.5
>  ./buildall.sh -skiptests -noclean -asan
>Reporter: yyzzjj
>Priority: Blocker
>  Labels: crash
> Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
> impalad_node0.ERROR, impalad_node0.WARNING, testing_impala.sh
>
>
> (gdb) bt
> #0 0x003269832635 in raise () from /lib64/libc.so.6
> #1 0x003269833e15 in abort () from /lib64/libc.so.6
> #2 0x04010f64 in google::DumpStackTraceAndExit() ()
> #3 0x040079dd in google::LogMessage::Fail() ()
> #4 0x04009282 in google::LogMessage::SendToLog() ()
> #5 0x040073b7 in google::LogMessage::Flush() ()
> #6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
> #7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
> check_current_chunk_empty=true)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
> #8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
> min_size=10, check_limits=true) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
> #9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, 
> size=10, this=0x5916e1f8) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
> #10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
> #11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
> (this=0x7f90d9489c28, new_size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
> #12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
> str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", 
> str_len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
> #13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
> (this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
> #14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
> (this=0x7f90d9489c00) at 
> /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
> #15 0x02b9641a in impala::FilterContext::MaterializeValues 
> (this=0x61cc0b70) at 
> /export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
> #16 0x7f93fdb9440e in ?? ()
> #17 0x7f90a97f5400 in ?? ()
> #18 0x2acd2bba01a2e0f7 in ?? ()
> #19 0x5916e140 in ?? ()
> #20 0x7f930c34d740 in ?? ()
> #21 0x7f90a97f5220 in ?? ()
> #22 0x66aa77bb66aa77bb in ?? ()
> #23 0x61cc0b70 in ?? ()
> #24 0x61cc0b70 in ?? ()
> #25 0x61cc0b98 in ?? ()
> #26 

[jira] [Updated] (IMPALA-7272) impalad crash when Fatigue test

2018-07-11 Thread yyzzjj (JIRA)


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

yyzzjj updated IMPALA-7272:
---
Environment: 
apache  branch  [329979d6fb0caa0dc449d7e0aa75460c30e868f0]

centos 6.5

 ./buildall.sh -skiptests -noclean -asan

  was:
apache  branch  [329979d6fb0caa0dc449d7e0aa75460c30e868f0]

centos 6.5


> impalad   crash when Fatigue test
> -
>
> Key: IMPALA-7272
> URL: https://issues.apache.org/jira/browse/IMPALA-7272
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.11.0, Impala 2.12.0
> Environment: apache  branch  
> [329979d6fb0caa0dc449d7e0aa75460c30e868f0]
> centos 6.5
>  ./buildall.sh -skiptests -noclean -asan
>Reporter: yyzzjj
>Priority: Blocker
>  Labels: crash
> Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
> impalad_node0.ERROR, impalad_node0.WARNING, testing_impala.sh
>
>
> (gdb) bt
> #0 0x003269832635 in raise () from /lib64/libc.so.6
> #1 0x003269833e15 in abort () from /lib64/libc.so.6
> #2 0x04010f64 in google::DumpStackTraceAndExit() ()
> #3 0x040079dd in google::LogMessage::Fail() ()
> #4 0x04009282 in google::LogMessage::SendToLog() ()
> #5 0x040073b7 in google::LogMessage::Flush() ()
> #6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
> #7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
> check_current_chunk_empty=true)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
> #8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
> min_size=10, check_limits=true) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
> #9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, 
> size=10, this=0x5916e1f8) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
> #10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
> #11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
> (this=0x7f90d9489c28, new_size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
> #12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
> str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", 
> str_len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
> #13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
> (this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
> #14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
> (this=0x7f90d9489c00) at 
> /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
> #15 0x02b9641a in impala::FilterContext::MaterializeValues 
> (this=0x61cc0b70) at 
> /export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
> #16 0x7f93fdb9440e in ?? ()
> #17 0x7f90a97f5400 in ?? ()
> #18 0x2acd2bba01a2e0f7 in ?? ()
> #19 0x5916e140 in ?? ()
> #20 0x7f930c34d740 in ?? ()
> #21 0x7f90a97f5220 in ?? ()
> #22 0x66aa77bb66aa77bb in ?? ()
> #23 0x61cc0b70 in ?? ()
> #24 0x61cc0b70 in ?? ()
> #25 0x61cc0b98 in ?? ()
> #26 0x61cc0b70 in ?? ()
> #27 0x7f90a97f5300 in ?? ()
> #28 0x01ab84ed in 
> impala::RuntimeFilterBank::AllocateScratchMinMaxFilter (this= variable: Cannot access memory at address 0xff4f>, 
>  filter_id= 0xff4b>, 
>  type= 0xff3f>) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/runtime-filter-bank.cc:250
> Backtrace stopped: previous frame inner to this frame (corrupt stack?)



--
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



[jira] [Updated] (IMPALA-7272) impalad crash when Fatigue test

2018-07-11 Thread yyzzjj (JIRA)


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

yyzzjj updated IMPALA-7272:
---
Attachment: testing_impala.sh

> impalad   crash when Fatigue test
> -
>
> Key: IMPALA-7272
> URL: https://issues.apache.org/jira/browse/IMPALA-7272
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.11.0, Impala 2.12.0
> Environment: apache  branch  
> [329979d6fb0caa0dc449d7e0aa75460c30e868f0]
> centos 6.5
>Reporter: yyzzjj
>Priority: Blocker
>  Labels: crash
> Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
> impalad_node0.ERROR, impalad_node0.WARNING, testing_impala.sh
>
>
> (gdb) bt
> #0 0x003269832635 in raise () from /lib64/libc.so.6
> #1 0x003269833e15 in abort () from /lib64/libc.so.6
> #2 0x04010f64 in google::DumpStackTraceAndExit() ()
> #3 0x040079dd in google::LogMessage::Fail() ()
> #4 0x04009282 in google::LogMessage::SendToLog() ()
> #5 0x040073b7 in google::LogMessage::Flush() ()
> #6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
> #7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
> check_current_chunk_empty=true)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
> #8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
> min_size=10, check_limits=true) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
> #9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, 
> size=10, this=0x5916e1f8) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
> #10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
> #11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
> (this=0x7f90d9489c28, new_size=10) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
> #12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
> str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", 
> str_len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
> #13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
> (this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
>  at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
> #14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
> (this=0x7f90d9489c00) at 
> /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
> #15 0x02b9641a in impala::FilterContext::MaterializeValues 
> (this=0x61cc0b70) at 
> /export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
> #16 0x7f93fdb9440e in ?? ()
> #17 0x7f90a97f5400 in ?? ()
> #18 0x2acd2bba01a2e0f7 in ?? ()
> #19 0x5916e140 in ?? ()
> #20 0x7f930c34d740 in ?? ()
> #21 0x7f90a97f5220 in ?? ()
> #22 0x66aa77bb66aa77bb in ?? ()
> #23 0x61cc0b70 in ?? ()
> #24 0x61cc0b70 in ?? ()
> #25 0x61cc0b98 in ?? ()
> #26 0x61cc0b70 in ?? ()
> #27 0x7f90a97f5300 in ?? ()
> #28 0x01ab84ed in 
> impala::RuntimeFilterBank::AllocateScratchMinMaxFilter (this= variable: Cannot access memory at address 0xff4f>, 
>  filter_id= 0xff4b>, 
>  type= 0xff3f>) at 
> /export/ldb/online/kudu_rpc_branch/be/src/runtime/runtime-filter-bank.cc:250
> Backtrace stopped: previous frame inner to this frame (corrupt stack?)



--
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



[jira] [Created] (IMPALA-7272) impalad crash when Fatigue test

2018-07-09 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-7272:
--

 Summary: impalad   crash when Fatigue test
 Key: IMPALA-7272
 URL: https://issues.apache.org/jira/browse/IMPALA-7272
 Project: IMPALA
  Issue Type: Bug
  Components: Backend
Affects Versions: Impala 2.12.0, Impala 2.11.0
 Environment: apache  branch  [329979d6fb0caa0dc449d7e0aa75460c30e868f0]

centos 6.5
Reporter: yyzzjj
 Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
impalad_node0.ERROR, impalad_node0.WARNING

(gdb) bt
#0 0x003269832635 in raise () from /lib64/libc.so.6
#1 0x003269833e15 in abort () from /lib64/libc.so.6
#2 0x04010f64 in google::DumpStackTraceAndExit() ()
#3 0x040079dd in google::LogMessage::Fail() ()
#4 0x04009282 in google::LogMessage::SendToLog() ()
#5 0x040073b7 in google::LogMessage::Flush() ()
#6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
#7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
check_current_chunk_empty=true)
 at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
#8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
min_size=10, check_limits=true) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
#9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, size=10, 
this=0x5916e1f8) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
#10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
#11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
(this=0x7f90d9489c28, new_size=10) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
#12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", str_len=10)
 at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
#13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
(this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
 at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
#14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
(this=0x7f90d9489c00) at 
/export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
#15 0x02b9641a in impala::FilterContext::MaterializeValues 
(this=0x61cc0b70) at 
/export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
#16 0x7f93fdb9440e in ?? ()
#17 0x7f90a97f5400 in ?? ()
#18 0x2acd2bba01a2e0f7 in ?? ()
#19 0x5916e140 in ?? ()
#20 0x7f930c34d740 in ?? ()
#21 0x7f90a97f5220 in ?? ()
#22 0x66aa77bb66aa77bb in ?? ()
#23 0x61cc0b70 in ?? ()
#24 0x61cc0b70 in ?? ()
#25 0x61cc0b98 in ?? ()
#26 0x61cc0b70 in ?? ()
#27 0x7f90a97f5300 in ?? ()
#28 0x01ab84ed in 
impala::RuntimeFilterBank::AllocateScratchMinMaxFilter (this=, 
 filter_id=, 
 type=) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/runtime-filter-bank.cc:250
Backtrace stopped: previous frame inner to this frame (corrupt stack?)



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


[jira] [Created] (IMPALA-7272) impalad crash when Fatigue test

2018-07-09 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-7272:
--

 Summary: impalad   crash when Fatigue test
 Key: IMPALA-7272
 URL: https://issues.apache.org/jira/browse/IMPALA-7272
 Project: IMPALA
  Issue Type: Bug
  Components: Backend
Affects Versions: Impala 2.12.0, Impala 2.11.0
 Environment: apache  branch  [329979d6fb0caa0dc449d7e0aa75460c30e868f0]

centos 6.5
Reporter: yyzzjj
 Attachments: e4386102-833c-40bb-4eec10b2-827c76be.dmp, 
impalad_node0.ERROR, impalad_node0.WARNING

(gdb) bt
#0 0x003269832635 in raise () from /lib64/libc.so.6
#1 0x003269833e15 in abort () from /lib64/libc.so.6
#2 0x04010f64 in google::DumpStackTraceAndExit() ()
#3 0x040079dd in google::LogMessage::Fail() ()
#4 0x04009282 in google::LogMessage::SendToLog() ()
#5 0x040073b7 in google::LogMessage::Flush() ()
#6 0x0400a97e in google::LogMessageFatal::~LogMessageFatal() ()
#7 0x01a2dfab in impala::MemPool::CheckIntegrity (this=0x5916e1f8, 
check_current_chunk_empty=true)
 at /export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:258
#8 0x01a2cf56 in impala::MemPool::FindChunk (this=0x5916e1f8, 
min_size=10, check_limits=true) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.cc:158
#9 0x01a3dd1b in impala::MemPool::Allocate (alignment=8, size=10, 
this=0x5916e1f8) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:273
#10 impala::MemPool::TryAllocate (this=0x5916e1f8, size=10) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/mem-pool.h:109
#11 0x01caefb8 in impala::StringBuffer::GrowBuffer 
(this=0x7f90d9489c28, new_size=10) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:85
#12 0x01caee18 in impala::StringBuffer::Append (this=0x7f90d9489c28, 
str=0x7f92cda6e039 "1104700843don...@jd.com业务运营部\230\340\246͒\177", str_len=10)
 at /export/ldb/online/kudu_rpc_branch/be/src/runtime/string-buffer.h:53
#13 0x01cac864 in impala::StringMinMaxFilter::CopyToBuffer 
(this=0x7f90d9489c00, buffer=0x7f90d9489c28, value=0x7f90d9489c08, len=10)
 at /export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:304
#14 0x01cac2a9 in impala::StringMinMaxFilter::MaterializeValues 
(this=0x7f90d9489c00) at 
/export/ldb/online/kudu_rpc_branch/be/src/util/min-max-filter.cc:229
#15 0x02b9641a in impala::FilterContext::MaterializeValues 
(this=0x61cc0b70) at 
/export/ldb/online/kudu_rpc_branch/be/src/exec/filter-context.cc:97
#16 0x7f93fdb9440e in ?? ()
#17 0x7f90a97f5400 in ?? ()
#18 0x2acd2bba01a2e0f7 in ?? ()
#19 0x5916e140 in ?? ()
#20 0x7f930c34d740 in ?? ()
#21 0x7f90a97f5220 in ?? ()
#22 0x66aa77bb66aa77bb in ?? ()
#23 0x61cc0b70 in ?? ()
#24 0x61cc0b70 in ?? ()
#25 0x61cc0b98 in ?? ()
#26 0x61cc0b70 in ?? ()
#27 0x7f90a97f5300 in ?? ()
#28 0x01ab84ed in 
impala::RuntimeFilterBank::AllocateScratchMinMaxFilter (this=, 
 filter_id=, 
 type=) at 
/export/ldb/online/kudu_rpc_branch/be/src/runtime/runtime-filter-bank.cc:250
Backtrace stopped: previous frame inner to this frame (corrupt stack?)



--
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



[jira] [Created] (IMPALA-6835) big query failure by some table should be clearly marked tablename

2018-04-10 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-6835:
--

 Summary: big query failure by some table should be clearly marked 
tablename
 Key: IMPALA-6835
 URL: https://issues.apache.org/jira/browse/IMPALA-6835
 Project: IMPALA
  Issue Type: Improvement
  Components: Backend
Affects Versions: Impala 2.11.0, Impala 3.0, Impala 2.12.0
Reporter: yyzzjj


E.g: 
[https://github.com/apache/impala/blob/830e3346f186aebc879e4ef2927e08db97143100/be/src/exec/kudu-scanner.cc#L338]

big sql  usually contains dozens of tables, when query fail  kudu tserver  or 
master response error info  which not contain  table name

Inconvenient positioning problem which table



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


[jira] [Created] (IMPALA-6803) m.302

2018-04-04 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-6803:
--

 Summary:  m.302
 Key: IMPALA-6803
 URL: https://issues.apache.org/jira/browse/IMPALA-6803
 Project: IMPALA
  Issue Type: Bug
Reporter: yyzzjj






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


[jira] [Created] (IMPALA-6713) Query cancel without ERROR msg

2018-03-21 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-6713:
--

 Summary: Query cancel  without ERROR msg
 Key: IMPALA-6713
 URL: https://issues.apache.org/jira/browse/IMPALA-6713
 Project: IMPALA
  Issue Type: Bug
Affects Versions: Impala 2.11.0
Reporter: yyzzjj


{color:#d04437}E0321 17:12:01.525718 17305 substitute.cc:41] 
strings::Substitute format string invalid: asked for "$2", but only 2 args were 
given. Full format string was: "Unexpected error trying to reserve $0 bytes for 
a sorted run: $2".{color}
I0321 17:12:01.538334 17305 status.cc:128]
 @ 0x7ff90612e98a impala::Status::Status()
 @ 0x7ff908acd9e4 impala::Sorter::Run::Init()
 @ 0x7ff908ace9e9 impala::Sorter::Open()
 @ 0x7ff9086c5a1f impala::PartialSortNode::GetNext()
 @ 0x7ff908a8fda2 impala::FragmentInstanceState::ExecInternal()
 @ 0x7ff908a928ff impala::FragmentInstanceState::Exec()
 @ 0x7ff908aabb8a impala::QueryState::ExecFInstance()
 @ 0x7ff909775a2f impala::Thread::SuperviseThread()
 @ 0x7ff9097762ba boost::detail::thread_data<>::run()
 @ 0x7ff905cf20f5 thread_proxy

 

https://github.com/apache/impala/blob/1d38c584aef2d0f852af8ee659157d00eb3b061a/be/src/runtime/sorter.cc#L637



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


[jira] [Created] (IMPALA-6325) Improve Query Kudu Table Error msg

2017-12-14 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-6325:
--

 Summary: Improve  Query Kudu Table Error msg  
 Key: IMPALA-6325
 URL: https://issues.apache.org/jira/browse/IMPALA-6325
 Project: IMPALA
  Issue Type: Improvement
  Components: Backend, Clients
Affects Versions: Impala 2.10.0, Impala 2.11.0
Reporter: yyzzjj


like 
  Status: Unable to create Kudu client: Network error: Could not determine 
local host names: Unable to lookup FQDN: 成功 (error 0)

should contain  query which table report error  

if sql have many kudu table  should test everyone 
  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (IMPALA-6310) Hung Query in MySqlScanNode -During an exhaustive test run on CentOS6.5

2017-12-13 Thread yyzzjj (JIRA)

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

yyzzjj closed IMPALA-6310.
--
Resolution: Resolved

 timthank for your help
cause this  Is a corner case  already fixed   not Kernel bug

> Hung Query in MySqlScanNode -During an exhaustive test run on CentOS6.5
> ---
>
> Key: IMPALA-6310
> URL: https://issues.apache.org/jira/browse/IMPALA-6310
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.11.0
> Environment: Linux version 2.6.32-431.el6.x86_64 
> (mockbu...@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 
> 4.4.7-4) (GCC) ) #1 SMP Fri Nov 22 03:15:09 UTC 2013
> apache branch [2510fe0aa0c86f460af9040eb413aad76c13cc84] IMPALA-4252: Min-max 
> runtime filters for Kudu
>Reporter: yyzzjj
>Priority: Critical
> Attachments: mysql-san-node-part1.png, mysql-scan-node-part2.png, 
> mysql-scanner.png, threads.out
>
>
> {code:java}
> Thread 4 (Thread 0x7fd38ba69700 (LWP 19831)):
> #0  0x003fbc60b5bc in pthread_cond_wait@@GLIBC_2.3.2 () from 
> /lib64/libpthread.so.0
> #1  0x7fe7b6b9a173 in boost::condition_variable::wait 
> (this=0x7fddf2689258, m=...) at 
> /usr/local/include/boost/thread/pthread/condition_variable.hpp:73
> #2  0x7fe7b2ed13fc in boost::thread::join_noexcept() () from 
> /export/ldb/servers/impala-snapshot/lib_C/libboost_thread.so.1.57.0
> #3  0x7fe7b66bda5f in boost::thread::join (this=0x31409aa0) at 
> /usr/local/include/boost/thread/detail/thread.hpp:767
> #4  impala::Thread::Join (this=) at 
> /export/ldb/online/impala/be/src/util/thread.h:118
> #5  impala::ThreadGroup::JoinAll (this=this@entry=0x7fde39ee4c38) at 
> /export/ldb/online/impala/be/src/util/thread.cc:361
> #6  0x7fe7b611549d in impala::MysqlScanNode::Close (this=0x7fde39ee4940, 
> state=0x7fdfef3ac000) at 
> /export/ldb/online/impala/be/src/jd_src/mysql-scan-node.cc:226
> #7  0x7fe7b55cb2f9 in impala::ExecNode::Close (this=0x7fe522cb0f80, 
> state=0x7fdfef3ac000) at 
> /export/ldb/online/impala/be/src/exec/exec-node.cc:199
> #8  0x7fe7b55cb2f9 in impala::ExecNode::Close (this=0x7fdff791a400, 
> state=0x7fdfef3ac000) at 
> /export/ldb/online/impala/be/src/exec/exec-node.cc:199
> #9  0x7fe7b5c0e129 in impala::FragmentInstanceState::Close 
> (this=this@entry=0x7fe16d6ef0e0) at 
> /export/ldb/online/impala/be/src/runtime/fragment-instance-state.cc:301
> #10 0x7fe7b5c113a9 in impala::FragmentInstanceState::Exec 
> (this=this@entry=0x7fe16d6ef0e0) at 
> /export/ldb/online/impala/be/src/runtime/fragment-instance-state.cc:95
> #11 0x7fe7b5c2a628 in impala::QueryState::ExecFInstance (this=0xfe58400, 
> fis=0x7fe16d6ef0e0) at 
> /export/ldb/online/impala/be/src/runtime/query-state.cc:393
> #12 0x7fe7b66c01c3 in boost::function0::operator() 
> (this=0x7fd38ba68a40) at 
> /usr/local/include/boost/function/function_template.hpp:767
> #13 impala::Thread::SuperviseThread(std::string const&, std::string const&, 
> boost::function, impala::Promise*) (name=..., category=..., 
> functor=..., thread_started=0x7fd30d39beb0) at 
> /export/ldb/online/impala/be/src/util/thread.cc:352
> #14 0x7fe7b66c0a14 in 
> boost::_bi::list4 std::char_traits, std::allocator > >, 
> boost::_bi::value std::allocator > >, boost::_bi::value >, 
> boost::_bi::value >::operator() std::basic_string&, const std::basic_string&, 
> boost::function, impala::Promise*), boost::_bi::list0> 
> (f=@0x7fdec242bdb8: 0x7fe7b66c0010 
>  boost::function, impala::Promise*)>, a=, 
> this=0x7fdec242bdc0) at /usr/local/include/boost/bind/bind.hpp:457
> #15 boost::_bi::bind_t boost::function, impala::Promise*), 
> boost::_bi::list4 boost::_bi::value, boost::_bi::value, 
> boost::_bi::value > >::operator()() 
> (this=0x7fdec242bdb8) at /usr/local/include/boost/bind/bind_template.hpp:20
> #16 boost::detail::thread_data const&, std::string const&, boost::function, 
> impala::Promise*), boost::_bi::list4 boost::_bi::value, boost::_bi::value, 
> boost::_bi::value > > >::run() (this=0x7fdec242bc00) 
> at /usr/local/include/boost/thread/detail/thread.hpp:116
> #17 0x7fe7b2ed10f5 in thread_proxy () from 
> /export/ldb/servers/impala-snapshot/lib_C/libboost_thread.so.1.57.0
> #18 0x003fbc6079d1 in start_thread () from /lib64/libpthread.so.0
> #19 0x003fbbee886d in clone () from 

[jira] [Created] (IMPALA-6310) Hung Query-During an exhaustive test run on CentOS6.5

2017-12-12 Thread yyzzjj (JIRA)
yyzzjj created IMPALA-6310:
--

 Summary: Hung Query-During an exhaustive test run on CentOS6.5
 Key: IMPALA-6310
 URL: https://issues.apache.org/jira/browse/IMPALA-6310
 Project: IMPALA
  Issue Type: Bug
  Components: Backend
Affects Versions: Impala 2.11.0
Reporter: yyzzjj
Priority: Critical
 Attachments: mysql-san-node-part1.png, mysql-scan-node-part2.png, 
mysql-scanner.png


{code:java}
Thread 4 (Thread 0x7fd38ba69700 (LWP 19831)):
#0  0x003fbc60b5bc in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib64/libpthread.so.0
#1  0x7fe7b6b9a173 in boost::condition_variable::wait (this=0x7fddf2689258, 
m=...) at /usr/local/include/boost/thread/pthread/condition_variable.hpp:73
#2  0x7fe7b2ed13fc in boost::thread::join_noexcept() () from 
/export/ldb/servers/impala-snapshot/lib_C/libboost_thread.so.1.57.0
#3  0x7fe7b66bda5f in boost::thread::join (this=0x31409aa0) at 
/usr/local/include/boost/thread/detail/thread.hpp:767
#4  impala::Thread::Join (this=) at 
/export/ldb/online/impala/be/src/util/thread.h:118
#5  impala::ThreadGroup::JoinAll (this=this@entry=0x7fde39ee4c38) at 
/export/ldb/online/impala/be/src/util/thread.cc:361
#6  0x7fe7b611549d in impala::MysqlScanNode::Close (this=0x7fde39ee4940, 
state=0x7fdfef3ac000) at 
/export/ldb/online/impala/be/src/jd_src/mysql-scan-node.cc:226
#7  0x7fe7b55cb2f9 in impala::ExecNode::Close (this=0x7fe522cb0f80, 
state=0x7fdfef3ac000) at /export/ldb/online/impala/be/src/exec/exec-node.cc:199
#8  0x7fe7b55cb2f9 in impala::ExecNode::Close (this=0x7fdff791a400, 
state=0x7fdfef3ac000) at /export/ldb/online/impala/be/src/exec/exec-node.cc:199
#9  0x7fe7b5c0e129 in impala::FragmentInstanceState::Close 
(this=this@entry=0x7fe16d6ef0e0) at 
/export/ldb/online/impala/be/src/runtime/fragment-instance-state.cc:301
#10 0x7fe7b5c113a9 in impala::FragmentInstanceState::Exec 
(this=this@entry=0x7fe16d6ef0e0) at 
/export/ldb/online/impala/be/src/runtime/fragment-instance-state.cc:95
#11 0x7fe7b5c2a628 in impala::QueryState::ExecFInstance (this=0xfe58400, 
fis=0x7fe16d6ef0e0) at 
/export/ldb/online/impala/be/src/runtime/query-state.cc:393
#12 0x7fe7b66c01c3 in boost::function0::operator() 
(this=0x7fd38ba68a40) at 
/usr/local/include/boost/function/function_template.hpp:767
#13 impala::Thread::SuperviseThread(std::string const&, std::string const&, 
boost::function, impala::Promise*) (name=..., category=..., 
functor=..., thread_started=0x7fd30d39beb0) at 
/export/ldb/online/impala/be/src/util/thread.cc:352
#14 0x7fe7b66c0a14 in 
boost::_bi::list4 >, 
boost::_bi::value >, boost::_bi::value >, 
boost::_bi::value >::operator()&, const std::basic_string&, 
boost::function, impala::Promise*), boost::_bi::list0> 
(f=@0x7fdec242bdb8: 0x7fe7b66c0010 , 
a=, this=0x7fdec242bdc0) at 
/usr/local/include/boost/bind/bind.hpp:457
#15 boost::_bi::bind_t, 
boost::_bi::value > >::operator()() 
(this=0x7fdec242bdb8) at /usr/local/include/boost/bind/bind_template.hpp:20
#16 boost::detail::thread_data, 
boost::_bi::value > > >::run() (this=0x7fdec242bc00) at 
/usr/local/include/boost/thread/detail/thread.hpp:116
#17 0x7fe7b2ed10f5 in thread_proxy () from 
/export/ldb/servers/impala-snapshot/lib_C/libboost_thread.so.1.57.0
#18 0x003fbc6079d1 in start_thread () from /lib64/libpthread.so.0
#19 0x003fbbee886d in clone () from /lib64/libc.so.6

{code}

{code:java}
Thread 3 (Thread 0x7fd31a5b2700 (LWP 20083)):
#0  0x003fbc60b5bc in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib64/libpthread.so.0
#1  0x7fe7b55d2fdb in impala::ConditionVariable::Wait (lock=..., 
this=) at 
/export/ldb/online/impala/be/src/util/condition-variable.h:41
#2  impala::BlockingQueue 
>::BlockingPut >(std::unique_ptr&&) (this=this@entry=0x7fdd41384e00, 
val=...) at /export/ldb/online/impala/be/src/util/blocking-queue.h:119
#3  0x7fe7b55ce8c5 in impala::ExecNode::RowBatchQueue::AddBatch 
(this=0x7fdd41384e00, batch=...) at 
/export/ldb/online/impala/be/src/exec/exec-node.cc:96