You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Adar Dembo (JIRA)" <ji...@apache.org> on 2019/01/23 22:58:00 UTC

[jira] [Updated] (KUDU-2667) MultiThreadedTabletTest/DeleteAndReinsert is flaky in ASAN

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

Adar Dembo updated KUDU-2667:
-----------------------------
    Affects Version/s: 1.9.0

>  MultiThreadedTabletTest/DeleteAndReinsert  is flaky in ASAN
> ------------------------------------------------------------
>
>                 Key: KUDU-2667
>                 URL: https://issues.apache.org/jira/browse/KUDU-2667
>             Project: Kudu
>          Issue Type: Test
>    Affects Versions: 1.9.0
>            Reporter: Hao Hao
>            Priority: Major
>             Fix For: n/a
>
>         Attachments: mt-tablet-test.3.txt
>
>
> I recently came across a failure in MultiThreadedTabletTest/DeleteAndReinsert of ASAN. The error message is:
> {noformat}
> Error Message
> mt-tablet-test.cc:378] Check failed: _s.ok() Bad status: Already present: int32 key=2, int32 key_idx=2, int32 val=NULL: key already present
> Stacktrace
> mt-tablet-test.cc:378] Check failed: _s.ok() Bad status: Already present: int32 key=2, int32 key_idx=2, int32 val=NULL: key already present
>     @     0x7f66b32a5c37 gsignal at ??:0
>     @     0x7f66b32a9028 abort at ??:0
>     @           0x62c995 kudu::tablet::MultiThreadedTabletTest<>::DeleteAndReinsertCycleThread() at /home/jenkins-slave/workspace/kudu-master/0/src/kudu/tablet/mt-tablet-test.cc:378
>     @           0x617e63 boost::_bi::bind_t<>::operator()() at /home/jenkins-slave/workspace/kudu-master/0/thirdparty/installed/uninstrumented/include/boost/bind/bind.hpp:1223
>     @     0x7f66b92d8dac boost::function0<>::operator()() at ??:0
>     @     0x7f66b7792afb kudu::Thread::SuperviseThread() at ??:0
>     @     0x7f66bec0e184 start_thread at ??:0
>     @     0x7f66b336cffd clone at ??:0
> {noformat}
> Attached the full log.



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