[MCOL-3773] cancel idbpm causes crash Created: 2020-02-10  Updated: 2021-01-07  Resolved: 2021-01-07

Status: Closed
Project: MariaDB ColumnStore
Component/s: MDB Plugin
Affects Version/s: 1.2.5
Fix Version/s: 1.4.5

Type: Bug Priority: Critical
Reporter: David Hall (Inactive) Assignee: David Hall (Inactive)
Resolution: Cannot Reproduce Votes: 0
Labels: None

Epic/Theme: 1.4_regressions

 Description   

The following sequence causes mysqld to crash at dbcon/execplan/calpontsystemcatalog.h:303. It appears the rhs has bad data and is probably already deleted.

select count(distinct idbPm(l_orderkey)) from lineitem;
<runs for a very long time>
After a second, cancel with ctrl-c

select min(idbExtentRelativeRid(s_suppkey)), max(idbExtentRelativeRid(s_suppkey)), min(s_suppkey), max(s_suppkey) from supplier;
<crash>



 Comments   
Comment by David Hall (Inactive) [ 2021-01-07 ]

This appears fixed in 5.5

Generated at Thu Feb 08 02:45:20 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.