You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by 苗强 <92...@qq.com> on 2020/07/22 03:47:11 UTC

doris问题咨询

各位developer 大家好,咨询一个问题


当我使用bitmap索引时,建表时指定storage_format=v2,往数据表中insert 数据时,be节点立刻挂了,错误日志:
start time: Mon Jul 20 10:58:39 UTC 2020
*** Aborted at 1595328715 (unix time) try "date -d @1595328715" if you are using GNU date ***
PC: @ 0x2014447 roaring_bitmap_get_cardinality
*** SIGILL (@0x2014447) received by PID 20547 (TID 0x7f4f46bfb700) from PID 33637447; stack trace: ***
@ 0x7f4f4a119fd0 (unknown)
@ 0x2014447 roaring_bitmap_get_cardinality
@ 0x20152f9 roaring_bitmap_size_in_bytes
@ 0x15f2b09 doris::segment_v2::(anonymous namespace)::BitmapIndexWriterImpl<&gt;::add_values()
@ 0x15d7b75 doris::segment_v2::ColumnWriter::_append_data()
@ 0x15d8ccc doris::segment_v2::ColumnWriter::append_nullable()
@ 0x15a537f doris::segment_v2::SegmentWriter::append_row<&gt;()
@ 0xf223e6 doris::BetaRowsetWriter::_add_row<&gt;()
@ 0xecf061 doris::MemTable::flush()
@ 0xe7c339 doris::FlushToken::_flush_memtable()
@ 0xe7ca9f std::_Function_handler<&gt;::_M_invoke()
@ 0x1121012 doris::ThreadPool::dispatch_thread()
@ 0x112b058 doris::Thread::supervise_thread()
@ 0x7f4f49ec36db start_thread
@ 0x7f4f4a1fca3f (unknown)
start time: Tue Jul 21 10:54:41 UTC 2020


当前使用的be版本是trunk-8c608bb,更换为0.12.0-rc03-Unknown版本也是同样的问题。
但是测试环境使用storage_format=v2都正常,版本也是trunk-8c608bb






&nbsp;

Re:doris问题咨询

Posted by 陈明雨 <mo...@163.com>.
Please ref to this https://github.com/apache/incubator-doris/pull/3791 to fix the problem.




--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
chenmingyu@apache.org





在 2020-07-22 11:47:11,"苗强" <92...@qq.com> 写道:
>各位developer 大家好,咨询一个问题
>
>
>当我使用bitmap索引时,建表时指定storage_format=v2,往数据表中insert 数据时,be节点立刻挂了,错误日志:
>start time: Mon Jul 20 10:58:39 UTC 2020
>*** Aborted at 1595328715 (unix time) try "date -d @1595328715" if you are using GNU date ***
>PC: @ 0x2014447 roaring_bitmap_get_cardinality
>*** SIGILL (@0x2014447) received by PID 20547 (TID 0x7f4f46bfb700) from PID 33637447; stack trace: ***
>@ 0x7f4f4a119fd0 (unknown)
>@ 0x2014447 roaring_bitmap_get_cardinality
>@ 0x20152f9 roaring_bitmap_size_in_bytes
>@ 0x15f2b09 doris::segment_v2::(anonymous namespace)::BitmapIndexWriterImpl<&gt;::add_values()
>@ 0x15d7b75 doris::segment_v2::ColumnWriter::_append_data()
>@ 0x15d8ccc doris::segment_v2::ColumnWriter::append_nullable()
>@ 0x15a537f doris::segment_v2::SegmentWriter::append_row<&gt;()
>@ 0xf223e6 doris::BetaRowsetWriter::_add_row<&gt;()
>@ 0xecf061 doris::MemTable::flush()
>@ 0xe7c339 doris::FlushToken::_flush_memtable()
>@ 0xe7ca9f std::_Function_handler<&gt;::_M_invoke()
>@ 0x1121012 doris::ThreadPool::dispatch_thread()
>@ 0x112b058 doris::Thread::supervise_thread()
>@ 0x7f4f49ec36db start_thread
>@ 0x7f4f4a1fca3f (unknown)
>start time: Tue Jul 21 10:54:41 UTC 2020
>
>
>当前使用的be版本是trunk-8c608bb,更换为0.12.0-rc03-Unknown版本也是同样的问题。
>但是测试环境使用storage_format=v2都正常,版本也是trunk-8c608bb
>
>
>
>
>
>
>&nbsp;