[MDEV-27185] Assertion `!is_set() || (m_status == DA_EOF_BULK && is_bulk_op())' failed in Diagnostics_area::set_eof_status when using spider partitioning Created: 2021-12-07  Updated: 2022-03-10  Resolved: 2021-12-08

Status: Closed
Project: MariaDB Server
Component/s: Partitioning, Storage Engine - Spider
Affects Version/s: 10.4, 10.5, 10.6, 10.7, 10.8
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Roel Van de Paar Assignee: Nayuta Yanagisawa (Inactive)
Resolution: Duplicate Votes: 0
Labels: not-10.2, not-10.3, partioning, regression-10.4, spider

Issue Links:
Duplicate
duplicates MDEV-27186 Assertion `!is_set() || (m_status == ... Open
Relates

 Description   

INSTALL PLUGIN spider SONAME 'ha_spider.so';
CREATE TABLE t (s INT) ENGINE=SPIDER PARTITION BY HASH (s);
LOAD INDEX INTO CACHE t PARTITION (p,p1);

Leads to:

10.6.6 e0e24b180d090d7ee378c097ab02df891b61a965 (Debug)

mysqld: /test/10.6_dbg/sql/sql_error.cc:374: void Diagnostics_area::set_eof_status(THD*): Assertion `!is_set() || (m_status == DA_EOF_BULK && is_bulk_op())' failed.

10.6.6 e0e24b180d090d7ee378c097ab02df891b61a965 (Debug)

Core was generated by `/test/MD031221-mariadb-10.6.6-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
Program terminated with signal SIGABRT, Aborted.
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
[Current thread is 1 (Thread 0x14831c0e5700 (LWP 3443807))]
(gdb) bt
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1  0x000014832654a859 in __GI_abort () at abort.c:79
#2  0x000014832654a729 in __assert_fail_base (fmt=0x1483266e0588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55be29c96fc0 "!is_set() || (m_status == DA_EOF_BULK && is_bulk_op())", file=0x55be29c96e20 "/test/10.6_dbg/sql/sql_error.cc", line=374, function=<optimized out>) at assert.c:92
#3  0x000014832655bf36 in __GI___assert_fail (assertion=assertion@entry=0x55be29c96fc0 "!is_set() || (m_status == DA_EOF_BULK && is_bulk_op())", file=file@entry=0x55be29c96e20 "/test/10.6_dbg/sql/sql_error.cc", line=line@entry=374, function=function@entry=0x55be29c96ff8 "void Diagnostics_area::set_eof_status(THD*)") at assert.c:101
#4  0x000055be28f7d970 in Diagnostics_area::set_eof_status (this=0x1482bc006c30, thd=thd@entry=0x1482bc000db8) at /test/10.6_dbg/sql/sql_error.h:1029
#5  0x000055be2914d28e in my_eof (thd=0x1482bc000db8) at /test/10.6_dbg/sql/sql_class.h:5561
#6  mysql_admin_table (thd=thd@entry=0x1482bc000db8, tables=tables@entry=0x1482bc0140f0, check_opt=check_opt@entry=0x0, operator_name=operator_name@entry=0x55be2a3e84d0 <msg_preload_keys>, lock_type=lock_type@entry=TL_READ_NO_INSERT, org_open_for_modify=org_open_for_modify@entry=false, repair_table_use_frm=false, extra_open_options=0, prepare_func=0x0, operator_func=&virtual table offset 760, view_operator_func=0x0, is_cmd_replicated=false) at /test/10.6_dbg/sql/sql_admin.cc:721
#7  0x000055be291506ba in mysql_preload_keys (thd=thd@entry=0x1482bc000db8, tables=tables@entry=0x1482bc0140f0) at /test/10.6_dbg/sql/sql_admin.cc:1494
#8  0x000055be28fd8142 in mysql_execute_command (thd=thd@entry=0x1482bc000db8, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/10.6_dbg/sql/sql_parse.cc:4088
#9  0x000055be28fc3dec in mysql_parse (thd=thd@entry=0x1482bc000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14831c0e4400) at /test/10.6_dbg/sql/sql_parse.cc:8030
#10 0x000055be28fd2ab1 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x1482bc000db8, packet=packet@entry=0x1482bc00b769 "", packet_length=packet_length@entry=40, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_class.h:1358
#11 0x000055be28fd5eeb in do_command (thd=0x1482bc000db8, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_parse.cc:1404
#12 0x000055be2913b018 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55be2c9a64a8, put_in_cache=put_in_cache@entry=true) at /test/10.6_dbg/sql/sql_connect.cc:1418
#13 0x000055be2913b61d in handle_one_connection (arg=arg@entry=0x55be2c9a64a8) at /test/10.6_dbg/sql/sql_connect.cc:1312
#14 0x000055be295ece4e in pfs_spawn_thread (arg=0x55be2c8b3258) at /test/10.6_dbg/storage/perfschema/pfs.cc:2201
#15 0x0000148326a59609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#16 0x0000148326647293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Bug confirmed present in:
MariaDB: 10.4.23 (dbg), 10.5.14 (dbg), 10.6.6 (dbg), 10.7.2 (dbg), 10.8.0 (dbg)

Bug (or feature/syntax) confirmed not present in:
MariaDB: 10.2.42 (dbg), 10.2.42 (opt), 10.3.33 (dbg), 10.3.33 (opt), 10.4.23 (opt), 10.5.14 (opt), 10.6.6 (opt), 10.7.2 (opt), 10.8.0 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.51 (dbg), 5.6.51 (opt), 5.7.36 (dbg), 5.7.36 (opt), 8.0.27 (dbg), 8.0.27 (opt)



 Comments   
Comment by Roel Van de Paar [ 2021-12-08 ]

Somehow duplicate report was opened. Closing in favor of MDEV-27186

Generated at Thu Feb 08 09:50:59 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.