You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "zhangsong (JIRA)" <ji...@apache.org> on 2016/05/22 03:43:12 UTC

[jira] [Updated] (KUDU-1461) kudu::KuduPartialRow::SetInt64 will crash impala in some case.

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

zhangsong updated KUDU-1461:
----------------------------
    Description: 
Met impala crash recently, from coredump info, found it related to kudu-client:

Current thread is native thread

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000

..


Stack: [0x00007f9fad83e000,0x00007f9fae23f000],  sp=0x00007f9fae23cdb0,  free space=10235k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libkudu_client.so.0+0x8c7cd]  kudu::KuduPartialRow::SetInt64(int, long)+0x2d
C  [impalad+0xa34f69]  impala::KuduTableSink::Send(impala::RuntimeState*, impala::RowBatch*, bool)+0x7a9
C  [impalad+0x9fb854]  impala::PlanFragmentExecutor::OpenInternal()+0x344



  was:
Met impala crash recently, from coredump info, found it related to kudu-client:

Stack: [0x00007f9fad83e000,0x00007f9fae23f000],  sp=0x00007f9fae23cdb0,  free space=10235k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libkudu_client.so.0+0x8c7cd]  kudu::KuduPartialRow::SetInt64(int, long)+0x2d
C  [impalad+0xa34f69]  impala::KuduTableSink::Send(impala::RuntimeState*, impala::RowBatch*, bool)+0x7a9
C  [impalad+0x9fb854]  impala::PlanFragmentExecutor::OpenInternal()+0x344




> kudu::KuduPartialRow::SetInt64 will crash impala  in some case.
> ---------------------------------------------------------------
>
>                 Key: KUDU-1461
>                 URL: https://issues.apache.org/jira/browse/KUDU-1461
>             Project: Kudu
>          Issue Type: Bug
>          Components: client
>            Reporter: zhangsong
>
> Met impala crash recently, from coredump info, found it related to kudu-client:
> Current thread is native thread
> siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
> ..
> Stack: [0x00007f9fad83e000,0x00007f9fae23f000],  sp=0x00007f9fae23cdb0,  free space=10235k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  [libkudu_client.so.0+0x8c7cd]  kudu::KuduPartialRow::SetInt64(int, long)+0x2d
> C  [impalad+0xa34f69]  impala::KuduTableSink::Send(impala::RuntimeState*, impala::RowBatch*, bool)+0x7a9
> C  [impalad+0x9fb854]  impala::PlanFragmentExecutor::OpenInternal()+0x344



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)