[
https://issues.apache.org/jira/browse/KUDU-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15330263#comment-15330263
]
Mike Percy commented on KUDU-1486:
----------------------------------
[~danburkert] yep, it's just ITBLL:
https://github.com/apache/incubator-kudu/blob/master/java/kudu-client-tools/src/main/java/org/kududb/mapreduce/tools/IntegrationTestBigLinkedList.java
It's currently running, if you want to investigate I can give you access to the
machine and the core file.
Schema:
Table: IntegrationTestBigLinkedList (75f582201ba3437594b2432016d29a8a)
Version: 0
State: Running
Column ID Type Read default Write default
key1 0 int64 NOT NULL - -
key2 1 int64 NOT NULL - -
prev1 2 int64 NULLABLE - -
prev2 3 int64 NULLABLE - -
row_id 4 int64 NOT NULL - -
client 5 string NOT NULL - -
update_count 6 int32 NOT NULL - -
Table: IntegrationTestBigLinkedListHeads (f04542530008488595aec8009dc5b89d)
Version: 0
State: Running
Column ID Type Read default Write default
key1 0 int64 NOT NULL - -
key2 1 int64 NOT NULL - -
> Segfault in KeyEncoder
> ----------------------
>
> Key: KUDU-1486
> URL: https://issues.apache.org/jira/browse/KUDU-1486
> Project: Kudu
> Issue Type: Bug
> Components: tablet
> Affects Versions: 0.9.0
> Reporter: Mike Percy
>
> Found this crasher while running ITBLL
> {code}
> Program terminated with signal 11, Segmentation fault.
> #0 Encode (key=0xf27878537e280a81, is_last=false, dst=0x7f2d55a15598) at
> ../../src/kudu/common/key_encoder.h:84
> 84 ../../src/kudu/common/key_encoder.h: No such file or directory.
> in ../../src/kudu/common/key_encoder.h
> (gdb) bt
> #0 Encode (key=0xf27878537e280a81, is_last=false, dst=0x7f2d55a15598) at
> ../../src/kudu/common/key_encoder.h:84
> #1 kudu::KeyEncoderTraits<(kudu::DataType)7, kudu::faststring,
> void>::EncodeWithSeparators (key=0xf27878537e280a81, is_last=false,
> dst=0x7f2d55a15598) at ../../src/kudu/common/key_encoder.h:91
> #2 0x00000000017ed916 in Encode (row=...) at
> ../../src/kudu/common/key_encoder.h:311
> #3 AddColumnKey (row=...) at ../../src/kudu/common/encoded_key.cc:155
> #4 kudu::EncodedKey::FromContiguousRow (row=...) at
> ../../src/kudu/common/encoded_key.cc:46
> #5 0x00000000008a870e in RowSetKeyProbe (this=0x118ecdc0,
> tx_state=0x19820360, op=0x261d25c0) at ../../src/kudu/tablet/rowset.h:179
> #6 kudu::tablet::Tablet::AcquireLockForOp (this=0x118ecdc0,
> tx_state=0x19820360, op=0x261d25c0) at ../../src/kudu/tablet/tablet.cc:358
> #7 0x00000000008a8a3e in kudu::tablet::Tablet::AcquireRowLocks
> (this=0x118ecdc0, tx_state=0x19820360) at ../../src/kudu/tablet/tablet.cc:334
> #8 0x00000000008e234f in kudu::tablet::WriteTransaction::Prepare
> (this=0x13ad1710) at
> ../../src/kudu/tablet/transactions/write_transaction.cc:95
> #9 0x00000000008d95c8 in kudu::tablet::TransactionDriver::PrepareAndStart
> (this=0x1f8bcc60) at
> ../../src/kudu/tablet/transactions/transaction_driver.cc:170
> #10 0x00000000008d9ead in
> kudu::tablet::TransactionDriver::PrepareAndStartTask (this=0x1f8bcc60) at
> ../../src/kudu/tablet/transactions/transaction_driver.cc:159
> #11 0x000000000191a74e in operator() (this=0x5157080, permanent=false) at
> /usr/include/boost/function/function_template.hpp:1013
> #12 Run (this=0x5157080, permanent=false) at
> ../../src/kudu/util/threadpool.cc:48
> #13 kudu::ThreadPool::DispatchThread (this=0x5157080, permanent=false) at
> ../../src/kudu/util/threadpool.cc:343
> #14 0x00000000019154fa in operator() (arg=0x5367ad0) at
> /usr/include/boost/function/function_template.hpp:1013
> #15 kudu::Thread::SuperviseThread (arg=0x5367ad0) at
> ../../src/kudu/util/thread.cc:586
> #16 0x000000305f4079d1 in start_thread () from /lib64/libpthread.so.0
> #17 0x000000305f0e88fd in clone () from /lib64/libc.so.6
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)