但是查的是个 hive 外表
发下你的be.out
使用3.1.1创建物化视图也出现该现象。
*** Aborted at 1695864840 (unix time) try “date -d @1695864840” if you are using GNU date ***
PC: @ 0x28b8640 starrocks::FixedLengthColumnBase<>::append_selective()
*** SIGSEGV (@0x1000) received by PID 117066 (TID 0x7f6e8e60a700) from PID 4096; stack trace: ***
@ 0x5fffa42 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7f6eee3a3962 os::Linux::chained_handler()
@ 0x7f6eee3a9d96 JVM_handle_linux_signal
@ 0x7f6eee3a05c3 signalHandler()
@ 0x7f6eed879c70 (unknown)
@ 0x28b8640 starrocks::FixedLengthColumnBase<>::append_selective()
@ 0x5215b64 starrocks::NullableColumn::append_selective()
@ 0x51f6b7a starrocks::Chunk::append_selective()
@ 0x2e8cf9e starrocks::pipeline::LocalExchangeSourceOperator::_pull_shuffle_chunk()
@ 0x2e8d6e0 starrocks::pipeline::LocalExchangeSourceOperator::pull_chunk()
@ 0x28ffc3e starrocks::pipeline::PipelineDriver::process()
@ 0x5319ece starrocks::pipeline::GlobalDriverExecutor::_worker_thread()
@ 0x4c1fd22 starrocks::ThreadPool::dispatch_thread()
@ 0x4c1a81a starrocks::supervise_thread()
@ 0x7f6eed87174a start_thread
@ 0x7f6eecea7f6d __clone
@ 0x0 (unknown)
试试关闭这个参数
- set global enable_tablet_internal_parallel = false
- set global cbo_enable_low_cardinality_optimize = false;
调整后该物化视图仍然不行,多加几个字段后该问题消失
有问题和没问题的物化视图创建语句发下?
找到问题了,数据量太大造成的