10.3 85ccdd9ff0a7ca
|
mysqld: /data/src/10.3/storage/innobase/include/dict0mem.h:1075: const byte* dict_index_t::instant_field_value(ulint, ulint*) const: Assertion `is_instant() || id == DICT_INDEXES_ID' failed.
|
180509 23:06:47 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007f519db22312 in __GI___assert_fail (assertion=0x7f51a0fb26c0 "is_instant() || id == DICT_INDEXES_ID", file=0x7f51a0fb2600 "/data/src/10.3/storage/innobase/include/dict0mem.h", line=1075, function=0x7f51a0fb8bc0 <dict_index_t::instant_field_value(unsigned long, unsigned long*) const::__PRETTY_FUNCTION__> "const byte* dict_index_t::instant_field_value(ulint, ulint*) const") at assert.c:101
|
#8 0x00007f51a07fbf44 in dict_index_t::instant_field_value (this=0x7f511c503868, n=7, len=0x7f519cbe79a8) at /data/src/10.3/storage/innobase/include/dict0mem.h:1075
|
#9 0x00007f51a08beabe in rec_init_offsets_comp_ordinary (rec=0x7f517830a007 "", index=0x7f511c503868, offsets=0x7f511c509c20, n_core=6, format=REC_LEAF_TEMP_COLUMNS_ADDED) at /data/src/10.3/storage/innobase/rem/rem0rec.cc:384
|
#10 0x00007f51a08c2f82 in rec_init_offsets_temp (rec=0x7f517830a007 "", index=0x7f511c503868, offsets=0x7f511c509c20, n_core=6, status=REC_STATUS_COLUMNS_ADDED) at /data/src/10.3/storage/innobase/rem/rem0rec.cc:1716
|
#11 0x00007f51a0922477 in row_log_table_apply_op (thr=0x7f511c521dd8, new_trx_id_col=1, dup=0x7f519cbe7de0, error=0x7f519cbe7b8c, offsets_heap=0x7f511c531f30, heap=0x7f511c52dea0, mrec=0x7f517830a007 "", mrec_end=0x7f517830a150 "", offsets=0x7f511c509c20) at /data/src/10.3/storage/innobase/row/row0log.cc:2476
|
#12 0x00007f51a092482f in row_log_table_apply_ops (thr=0x7f511c521dd8, dup=0x7f519cbe7de0, stage=0x7f511c50b6f0) at /data/src/10.3/storage/innobase/row/row0log.cc:3063
|
#13 0x00007f51a0924de7 in row_log_table_apply (thr=0x7f511c521dd8, old_table=0x7f511c506908, table=0x7f511c51e990, stage=0x7f511c50b6f0) at /data/src/10.3/storage/innobase/row/row0log.cc:3163
|
#14 0x00007f51a07fed5f in commit_try_rebuild (ha_alter_info=0x7f519cbe9450, ctx=0x7f511c0175c0, altered_table=0x7f511c51e990, old_table=0x7f510c053b90, trx=0x7f519cef3908, table_name=0x7f511c2ee8c5 "t1") at /data/src/10.3/storage/innobase/handler/handler0alter.cc:8488
|
#15 0x00007f51a07f93e6 in ha_innobase::commit_inplace_alter_table (this=0x7f510c0547d8, altered_table=0x7f511c51e990, ha_alter_info=0x7f519cbe9450, commit=true) at /data/src/10.3/storage/innobase/handler/handler0alter.cc:9354
|
#16 0x00007f51a05679e0 in handler::ha_commit_inplace_alter_table (this=0x7f510c0547d8, altered_table=0x7f511c51e990, ha_alter_info=0x7f519cbe9450, commit=true) at /data/src/10.3/sql/handler.cc:4407
|
#17 0x00007f51a034a019 in mysql_inplace_alter_table (thd=0x7f511c000b00, table_list=0x7f511c015d28, table=0x7f510c053b90, altered_table=0x7f511c51e990, ha_alter_info=0x7f519cbe9450, inplace_supported=HA_ALTER_INPLACE_COPY_NO_LOCK, target_mdl_request=0x7f519cbe94c0, alter_ctx=0x7f519cbea0c0) at /data/src/10.3/sql/sql_table.cc:7553
|
#18 0x00007f51a034fe76 in mysql_alter_table (thd=0x7f511c000b00, new_db=0x7f511c005170, new_name=0x7f511c005520, create_info=0x7f519cbeacb0, table_list=0x7f511c015d28, alter_info=0x7f519cbeabf0, order_num=0, order=0x0, ignore=false) at /data/src/10.3/sql/sql_table.cc:9644
|
#19 0x00007f51a03d61d6 in Sql_cmd_alter_table::execute (this=0x7f511c0163a8, thd=0x7f511c000b00) at /data/src/10.3/sql/sql_alter.cc:463
|
#20 0x00007f51a027b213 in mysql_execute_command (thd=0x7f511c000b00) at /data/src/10.3/sql/sql_parse.cc:6283
|
#21 0x00007f51a027fd4a in mysql_parse (thd=0x7f511c000b00, rawbuf=0x7f511c015c08 "ALTER TABLE t1 DROP COLUMN col3 /* QNO 229 CON_ID 16 */", length=56, parser_state=0x7f519cbec630, is_com_multi=false, is_next_command=false) at /data/src/10.3/sql/sql_parse.cc:8003
|
#22 0x00007f51a026d44f in dispatch_command (command=COM_QUERY, thd=0x7f511c000b00, packet=0x7f511c01c511 " ALTER TABLE t1 DROP COLUMN col3 /* QNO 229 CON_ID 16 */ ", packet_length=58, is_com_multi=false, is_next_command=false) at /data/src/10.3/sql/sql_parse.cc:1846
|
#23 0x00007f51a026be73 in do_command (thd=0x7f511c000b00) at /data/src/10.3/sql/sql_parse.cc:1391
|
#24 0x00007f51a03d088f in do_handle_one_connection (connect=0x7f51a3f1e010) at /data/src/10.3/sql/sql_connect.cc:1402
|
#25 0x00007f51a03d0613 in handle_one_connection (arg=0x7f51a3f1e010) at /data/src/10.3/sql/sql_connect.cc:1308
|
#26 0x00007f519f789064 in start_thread (arg=0x7f519cbed700) at pthread_create.c:309
|
#27 0x00007f519dbdc62d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
|
|
Query (0x7f511c015c08): ALTER TABLE t1 DROP COLUMN col3 /* QNO 229 CON_ID 16 */
|
Connection ID (thread ID): 16
|
Status: NOT_KILLED
|
Very poorly reproducible, so far once in travis tests and once locally out of ~40 attempts
experimental 6c40fc679d99
|
perl ./runall-trials.pl --trials=20 --duration=400 --threads=6 --seed=1525833353 --reporters=Backtrace,ErrorLog,Deadlock --validators=TransformerNoComparator --transformers=ConvertSubqueriesToViews,ConvertTablesToDerived,Count,DisableOptimizations,Distinct,EnableOptimizations,ExecuteAsCTE,ExecuteAsDeleteReturning,ExecuteAsDerived,ExecuteAsExcept,ExecuteAsExecuteImmediate,ExecuteAsInsertSelect,ExecuteAsIntersect,ExecuteAsSelectItem,ExecuteAsUnion,ExecuteAsUpdateDelete,ExecuteAsView,ExecuteAsWhereSubquery,Having,InlineSubqueries,LimitRowsExamined,OrderBy,StraightJoin,ExecuteAsPreparedTwice,ExecuteAsTrigger,ExecuteAsSPTwice,ExecuteAsFunctionTwice --redefine=conf/mariadb/general-workarounds.yy --mysqld=--log_output=FILE --mysqld=--log_bin_trust_function_creators=1 --mysqld=--log-bin --mysqld=--max-statement-time=30 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --views --redefine=conf/mariadb/sequences.yy --basedir=/data/bld/10.3 --grammar=conf/runtime/alter_online.yy --gendata=conf/runtime/alter_online.zz --engine=InnoDB --vardir=/dev/shm/vardir
|
{"report":{"fcp":878.1999998092651,"ttfb":292.8999996185303,"pageVisibility":"visible","entityId":67362,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"60234b91-dc74-466b-be2c-804ff50999a1","navigationType":0,"readyForUser":995.5,"redirectCount":0,"resourceLoadedEnd":940.2999992370605,"resourceLoadedStart":301.19999980926514,"resourceTiming":[{"duration":19.899999618530273,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":301.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":301.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":321.0999994277954,"responseStart":0,"secureConnectionStart":0},{"duration":24.399999618530273,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":301.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":301.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":325.8999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":71.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":301.69999980926514,"connectEnd":301.69999980926514,"connectStart":301.69999980926514,"domainLookupEnd":301.69999980926514,"domainLookupStart":301.69999980926514,"fetchStart":301.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":301.69999980926514,"responseEnd":373.3999996185303,"responseStart":373.3999996185303,"secureConnectionStart":301.69999980926514},{"duration":202,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":301.8999996185303,"connectEnd":301.8999996185303,"connectStart":301.8999996185303,"domainLookupEnd":301.8999996185303,"domainLookupStart":301.8999996185303,"fetchStart":301.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":301.8999996185303,"responseEnd":503.8999996185303,"responseStart":503.8999996185303,"secureConnectionStart":301.8999996185303},{"duration":206.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":302.19999980926514,"connectEnd":302.19999980926514,"connectStart":302.19999980926514,"domainLookupEnd":302.19999980926514,"domainLookupStart":302.19999980926514,"fetchStart":302.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":302.19999980926514,"responseEnd":508.69999980926514,"responseStart":508.69999980926514,"secureConnectionStart":302.19999980926514},{"duration":207,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":302.29999923706055,"connectEnd":302.29999923706055,"connectStart":302.29999923706055,"domainLookupEnd":302.29999923706055,"domainLookupStart":302.29999923706055,"fetchStart":302.29999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":302.29999923706055,"responseEnd":509.29999923706055,"responseStart":509.29999923706055,"secureConnectionStart":302.29999923706055},{"duration":207.10000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":302.5999994277954,"connectEnd":302.5999994277954,"connectStart":302.5999994277954,"domainLookupEnd":302.5999994277954,"domainLookupStart":302.5999994277954,"fetchStart":302.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":302.5999994277954,"responseEnd":509.69999980926514,"responseStart":509.69999980926514,"secureConnectionStart":302.5999994277954},{"duration":239.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":302.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":302.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":542.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":207.60000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":303.0999994277954,"connectEnd":303.0999994277954,"connectStart":303.0999994277954,"domainLookupEnd":303.0999994277954,"domainLookupStart":303.0999994277954,"fetchStart":303.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":303.0999994277954,"responseEnd":510.69999980926514,"responseStart":510.69999980926514,"secureConnectionStart":303.0999994277954},{"duration":239.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":303.29999923706055,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":303.29999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":542.5999994277954,"responseStart":0,"secureConnectionStart":0},{"duration":208,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":303.3999996185303,"connectEnd":303.3999996185303,"connectStart":303.3999996185303,"domainLookupEnd":303.3999996185303,"domainLookupStart":303.3999996185303,"fetchStart":303.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":303.3999996185303,"responseEnd":511.3999996185303,"responseStart":511.3999996185303,"secureConnectionStart":303.3999996185303},{"duration":628.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":309.3999996185303,"connectEnd":309.3999996185303,"connectStart":309.3999996185303,"domainLookupEnd":309.3999996185303,"domainLookupStart":309.3999996185303,"fetchStart":309.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":309.3999996185303,"responseEnd":937.5999994277954,"responseStart":937.5999994277954,"secureConnectionStart":309.3999996185303},{"duration":630.7999992370605,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":309.5,"connectEnd":309.5,"connectStart":309.5,"domainLookupEnd":309.5,"domainLookupStart":309.5,"fetchStart":309.5,"redirectEnd":0,"redirectStart":0,"requestStart":309.5,"responseEnd":940.2999992370605,"responseStart":940.2999992370605,"secureConnectionStart":309.5},{"duration":381.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":556.3999996185303,"connectEnd":556.3999996185303,"connectStart":556.3999996185303,"domainLookupEnd":556.3999996185303,"domainLookupStart":556.3999996185303,"fetchStart":556.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":556.3999996185303,"responseEnd":937.8999996185303,"responseStart":937.8999996185303,"secureConnectionStart":556.3999996185303},{"duration":269.69999980926514,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":869.5999994277954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":869.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1139.2999992370605,"responseStart":0,"secureConnectionStart":0},{"duration":197.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&slack-enabled=true&whisper-enabled=true","startTime":1068.2999992370605,"connectEnd":1068.2999992370605,"connectStart":1068.2999992370605,"domainLookupEnd":1068.2999992370605,"domainLookupStart":1068.2999992370605,"fetchStart":1068.2999992370605,"redirectEnd":0,"redirectStart":0,"requestStart":1068.2999992370605,"responseEnd":1265.7999992370605,"responseStart":1265.7999992370605,"secureConnectionStart":1068.2999992370605}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":130,"responseStart":293,"responseEnd":305,"domLoading":299,"domInteractive":1193,"domContentLoadedEventStart":1193,"domContentLoadedEventEnd":1271,"domComplete":2890,"loadEventStart":2890,"loadEventEnd":2892,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1154},{"name":"bigPipe.sidebar-id.end","time":1155.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":1155.5999994277954},{"name":"bigPipe.activity-panel-pipe-id.end","time":1158.3999996185303},{"name":"activityTabFullyLoaded","time":1305.8999996185303}],"measures":[],"correlationId":"5b24550356b110","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":100,"dbReadsTimeInMs":15,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}