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":1029.8000001907349,"ttfb":329.6000003814697,"pageVisibility":"visible","entityId":67362,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"1a48f3b2-f525-49d9-8d4c-a2a1ff841df0","navigationType":0,"readyForUser":1124.1000003814697,"redirectCount":0,"resourceLoadedEnd":1115.8000001907349,"resourceLoadedStart":335.19999980926514,"resourceTiming":[{"duration":101.60000038146973,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":335.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":335.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":436.80000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":103.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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","startTime":335.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":335.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":438.69999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":161.9000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":335.69999980926514,"connectEnd":335.69999980926514,"connectStart":335.69999980926514,"domainLookupEnd":335.69999980926514,"domainLookupStart":335.69999980926514,"fetchStart":335.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":335.69999980926514,"responseEnd":497.6000003814697,"responseStart":497.6000003814697,"secureConnectionStart":335.69999980926514},{"duration":266.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/c32eb0da7ad9831253f8397e6cc26afd-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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","startTime":335.9000005722046,"connectEnd":335.9000005722046,"connectStart":335.9000005722046,"domainLookupEnd":335.9000005722046,"domainLookupStart":335.9000005722046,"fetchStart":335.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":335.9000005722046,"responseEnd":602.8000001907349,"responseStart":602.8000001907349,"secureConnectionStart":335.9000005722046},{"duration":270.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/bc0bcb146314416123c992714ee00ff7-CDN/lu2bv2/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":336,"connectEnd":336,"connectStart":336,"domainLookupEnd":336,"domainLookupStart":336,"fetchStart":336,"redirectEnd":0,"redirectStart":0,"requestStart":336,"responseEnd":606.6999998092651,"responseStart":606.6999998092651,"secureConnectionStart":336},{"duration":271.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":336.19999980926514,"connectEnd":336.19999980926514,"connectStart":336.19999980926514,"domainLookupEnd":336.19999980926514,"domainLookupStart":336.19999980926514,"fetchStart":336.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":336.19999980926514,"responseEnd":607.3000001907349,"responseStart":607.3000001907349,"secureConnectionStart":336.19999980926514},{"duration":271.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":336.4000005722046,"connectEnd":336.4000005722046,"connectStart":336.4000005722046,"domainLookupEnd":336.4000005722046,"domainLookupStart":336.4000005722046,"fetchStart":336.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":336.4000005722046,"responseEnd":607.6000003814697,"responseStart":607.6000003814697,"secureConnectionStart":336.4000005722046},{"duration":312.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bv2/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":336.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":336.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":649.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":271.3999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":336.80000019073486,"connectEnd":336.80000019073486,"connectStart":336.80000019073486,"domainLookupEnd":336.80000019073486,"domainLookupStart":336.80000019073486,"fetchStart":336.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":336.80000019073486,"responseEnd":608.1999998092651,"responseStart":608.1999998092651,"secureConnectionStart":336.80000019073486},{"duration":311.8999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bv2/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":337.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":337.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":649.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":271.3999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/719848dd97ebe0663199f49a3936487a-CDN/lu2bv2/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":337.4000005722046,"connectEnd":337.4000005722046,"connectStart":337.4000005722046,"domainLookupEnd":337.4000005722046,"domainLookupStart":337.4000005722046,"fetchStart":337.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":337.4000005722046,"responseEnd":608.8000001907349,"responseStart":608.8000001907349,"secureConnectionStart":337.4000005722046},{"duration":563.8000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":346.5,"connectEnd":346.5,"connectStart":346.5,"domainLookupEnd":346.5,"domainLookupStart":346.5,"fetchStart":346.5,"redirectEnd":0,"redirectStart":0,"requestStart":346.5,"responseEnd":910.3000001907349,"responseStart":910.3000001907349,"secureConnectionStart":346.5},{"duration":644.9000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":372.19999980926514,"connectEnd":372.19999980926514,"connectStart":372.19999980926514,"domainLookupEnd":372.19999980926514,"domainLookupStart":372.19999980926514,"fetchStart":372.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":372.19999980926514,"responseEnd":1017.1000003814697,"responseStart":1017.1000003814697,"secureConnectionStart":372.19999980926514},{"duration":246.79999923706055,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":663.9000005722046,"connectEnd":663.9000005722046,"connectStart":663.9000005722046,"domainLookupEnd":663.9000005722046,"domainLookupStart":663.9000005722046,"fetchStart":663.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":663.9000005722046,"responseEnd":910.6999998092651,"responseStart":910.6999998092651,"secureConnectionStart":663.9000005722046},{"duration":135.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":980.3000001907349,"connectEnd":980.3000001907349,"connectStart":980.3000001907349,"domainLookupEnd":980.3000001907349,"domainLookupStart":980.3000001907349,"fetchStart":980.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":980.3000001907349,"responseEnd":1115.8000001907349,"responseStart":1115.8000001907349,"secureConnectionStart":980.3000001907349},{"duration":145.0999994277954,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1023.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1023.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1168.1999998092651,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":138,"responseStart":329,"responseEnd":372,"domLoading":333,"domInteractive":1218,"domContentLoadedEventStart":1218,"domContentLoadedEventEnd":1285,"domComplete":1584,"loadEventStart":1584,"loadEventEnd":1584,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1172},{"name":"bigPipe.sidebar-id.end","time":1172.9000005722046},{"name":"bigPipe.activity-panel-pipe-id.start","time":1173.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.end","time":1178.9000005722046},{"name":"activityTabFullyLoaded","time":1305.9000005722046}],"measures":[],"correlationId":"cd868fe42b5def","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":123,"dbReadsTimeInMs":16,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
New occurrence: https://api.travis-ci.org/v3/job/378823604/log.txt