-
Bug
-
-
Major
-
Resolution:
Fixed
-
1.2.1
-
-
-
-
Getting crash when trying to ingest two tables using multi-streaming option of mxs_adapter
[ec2-user@ip-172-31-38-194 ~]$ mxs_adapter -c /etc/Columnstore.xml -u cdcuser -p cdc -h 127.0.0.1 -P 4001 -r 2 -d -n -z -f stream-table-list
|
2018-11-23 17:41:17 [main] Started thread 0x10ea2c0
|
2018-11-23 17:41:17 [main] Started thread 0x10ea710
|
2018-11-23 17:41:17 [main] Started 2 threads
|
2018-11-23 17:41:17 [test.t3] Requesting data for table: test.t3
|
2018-11-23 17:41:17 [test.t2] Requesting data for table: test.t2
|
2018-11-23 17:41:17 [test.t2] Continuing from GTID: 0-1-16:4
|
2018-11-23 17:41:17 [test.t2] Skipped 7 rows
|
mxs_adapter: /src/maxscale-cdc-adapter/src/mxs_adapter.cpp:430: void transformRow(UContext&, CDC::SRow&): Assertion `ctx->update_before' failed.
|
2018-11-23 17:41:17 [test.t2] Received fatal signal 6
|
mxs_adapter[0x42c5f5]
|
/lib64/libpthread.so.0(+0xf680)[0x7fc08fb14680]
|
/lib64/libc.so.6(gsignal+0x37)[0x7fc08e463207]
|
/lib64/libc.so.6(abort+0x148)[0x7fc08e4648f8]
|
/lib64/libc.so.6(+0x2f026)[0x7fc08e45c026]
|
/lib64/libc.so.6(+0x2f0d2)[0x7fc08e45c0d2]
|
mxs_adapter(_Z12transformRowRSt10unique_ptrI7ContextSt14default_deleteIS0_EERNSt3tr110shared_ptrIN3CDC3RowEEE+0x3a9)[0x41cbb9]
|
mxs_adapter(_Z12processTableRSt10unique_ptrI7ContextSt14default_deleteIS0_EE+0xfd)[0x41d37d]
|
mxs_adapter(_Z11streamTableSsSs+0x20c)[0x41d9ec]
|
mxs_adapter(_ZNSt6thread5_ImplISt12_Bind_simpleIFPFvSsSsESsSsEEE6_M_runEv+0x37)[0x41f0b7]
|
/lib64/libstdc++.so.6(+0xb5070)[0x7fc08edc7070]
|
/lib64/libpthread.so.0(+0x7dd5)[0x7fc08fb0cdd5]
|
/lib64/libc.so.6(clone+0x6d)[0x7fc08e52bb3d]
|
Aborted
|
Table definition on MariaDB Server
MariaDB [test]> show create table t2
|
-> ;
|
+-------+-------------------------------------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+-------+-------------------------------------------------------------------------------------------------------------------+
|
| t2 | CREATE TABLE `t2` (
|
`a` int(11) DEFAULT NULL,
|
`b` int(11) DEFAULT NULL
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
|
+-------+-------------------------------------------------------------------------------------------------------------------+
|
1 row in set (0.000 sec)
|
MariaDB [test]> select * from t2;
|
+------+------+
|
| a | b |
|
+------+------+
|
| 1 | 1 |
|
| 1 | 2 |
|
| 1 | 3 |
|
| 1 | 4 |
|
| 1 | 5 |
|
| 1 | 6 |
|
| 1 | 7 |
|
| 1 | 8 |
|
| 1 | 9 |
|
| 1 | 10 |
|
| 2 | 11 |
|
| 2 | 12 |
|
| 2 | 13 |
|
| 2 | 14 |
|
+------+------+
|
14 rows in set (0.000 sec)
|
|
MariaDB [test]> show create table t3;
|
+-------+-------------------------------------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+-------+-------------------------------------------------------------------------------------------------------------------+
|
| t3 | CREATE TABLE `t3` (
|
`b` int(11) DEFAULT NULL,
|
`c` int(11) DEFAULT NULL
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
|
+-------+-------------------------------------------------------------------------------------------------------------------+
|
1 row in set (0.000 sec)
|
MariaDB [test]> select * from t3;
|
Empty set (0.000 sec)
|
|
Table definition on MariaDB ColumnStore
MariaDB [test]> show create table t2;
|
+-------+------------------------------------------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+-------+------------------------------------------------------------------------------------------------------------------------+
|
| t2 | CREATE TABLE `t2` (
|
`a` int(11) DEFAULT NULL,
|
`b` int(11) DEFAULT NULL
|
) ENGINE=Columnstore DEFAULT CHARSET=latin1 |
|
+-------+------------------------------------------------------------------------------------------------------------------------+
|
1 row in set (0.000 sec)
|
|
MariaDB [test]> show create table t3;
|
+-------+------------------------------------------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+-------+------------------------------------------------------------------------------------------------------------------------+
|
| t3 | CREATE TABLE `t3` (
|
`b` int(11) DEFAULT NULL,
|
`c` int(11) DEFAULT NULL
|
) ENGINE=Columnstore DEFAULT CHARSET=latin1 |
|
+-------+------------------------------------------------------------------------------------------------------------------------+
|
1 row in set (0.000 sec)
|
- is caused by
-
MXS-2184
event_number is not incremented for updates
-
-
Closed
{"report":{"fcp":1314.5,"ttfb":544.6999998092651,"pageVisibility":"visible","entityId":71031,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"89a17fbc-7d98-4f6e-b4e1-ee277fe686d3","navigationType":0,"readyForUser":1470.7999997138977,"redirectCount":0,"resourceLoadedEnd":1940.4000000953674,"resourceLoadedStart":551.2999997138977,"resourceTiming":[{"duration":217.2000002861023,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":551.2999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":551.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":768.5,"responseStart":0,"secureConnectionStart":0},{"duration":217.40000009536743,"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":551.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":551.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":768.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":288.2000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":551.6999998092651,"connectEnd":551.6999998092651,"connectStart":551.6999998092651,"domainLookupEnd":551.6999998092651,"domainLookupStart":551.6999998092651,"fetchStart":551.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":551.6999998092651,"responseEnd":839.9000000953674,"responseStart":839.9000000953674,"secureConnectionStart":551.6999998092651},{"duration":321.7999997138977,"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":551.9000000953674,"connectEnd":551.9000000953674,"connectStart":551.9000000953674,"domainLookupEnd":551.9000000953674,"domainLookupStart":551.9000000953674,"fetchStart":551.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":551.9000000953674,"responseEnd":873.6999998092651,"responseStart":873.6999998092651,"secureConnectionStart":551.9000000953674},{"duration":325.59999990463257,"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":552.0999999046326,"connectEnd":552.0999999046326,"connectStart":552.0999999046326,"domainLookupEnd":552.0999999046326,"domainLookupStart":552.0999999046326,"fetchStart":552.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":552.0999999046326,"responseEnd":877.6999998092651,"responseStart":877.6999998092651,"secureConnectionStart":552.0999999046326},{"duration":325.80000019073486,"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":552.2999997138977,"connectEnd":552.2999997138977,"connectStart":552.2999997138977,"domainLookupEnd":552.2999997138977,"domainLookupStart":552.2999997138977,"fetchStart":552.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":552.2999997138977,"responseEnd":878.0999999046326,"responseStart":878.0999999046326,"secureConnectionStart":552.2999997138977},{"duration":326,"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":552.5,"connectEnd":552.5,"connectStart":552.5,"domainLookupEnd":552.5,"domainLookupStart":552.5,"fetchStart":552.5,"redirectEnd":0,"redirectStart":0,"requestStart":552.5,"responseEnd":878.5,"responseStart":878.5,"secureConnectionStart":552.5},{"duration":432.40000009536743,"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":552.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":552.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":985,"responseStart":0,"secureConnectionStart":0},{"duration":326.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":552.7999997138977,"connectEnd":552.7999997138977,"connectStart":552.7999997138977,"domainLookupEnd":552.7999997138977,"domainLookupStart":552.7999997138977,"fetchStart":552.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":552.7999997138977,"responseEnd":879.0999999046326,"responseStart":879.0999999046326,"secureConnectionStart":552.7999997138977},{"duration":432.2999997138977,"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":552.9000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":552.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":985.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":326.5,"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":553.0999999046326,"connectEnd":553.0999999046326,"connectStart":553.0999999046326,"domainLookupEnd":553.0999999046326,"domainLookupStart":553.0999999046326,"fetchStart":553.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":553.0999999046326,"responseEnd":879.5999999046326,"responseStart":879.5999999046326,"secureConnectionStart":553.0999999046326},{"duration":835.6999998092651,"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":558.9000000953674,"connectEnd":558.9000000953674,"connectStart":558.9000000953674,"domainLookupEnd":558.9000000953674,"domainLookupStart":558.9000000953674,"fetchStart":558.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":558.9000000953674,"responseEnd":1394.5999999046326,"responseStart":1394.5999999046326,"secureConnectionStart":558.9000000953674},{"duration":1381.1000003814697,"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":559.2999997138977,"connectEnd":559.2999997138977,"connectStart":559.2999997138977,"domainLookupEnd":559.2999997138977,"domainLookupStart":559.2999997138977,"fetchStart":559.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":559.2999997138977,"responseEnd":1940.4000000953674,"responseStart":1940.4000000953674,"secureConnectionStart":559.2999997138977},{"duration":520.0999999046326,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1020.4000000953674,"connectEnd":1020.4000000953674,"connectStart":1020.4000000953674,"domainLookupEnd":1020.4000000953674,"domainLookupStart":1020.4000000953674,"fetchStart":1020.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":1020.4000000953674,"responseEnd":1540.5,"responseStart":1540.5,"secureConnectionStart":1020.4000000953674},{"duration":653.4000000953674,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1307.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1307.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1960.5999999046326,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":375,"responseStart":545,"responseEnd":559,"domLoading":549,"domInteractive":1964,"domContentLoadedEventStart":1964,"domContentLoadedEventEnd":2016,"domComplete":3394,"loadEventStart":3394,"loadEventEnd":3396,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1942.4000000953674},{"name":"bigPipe.sidebar-id.end","time":1943.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.start","time":1943.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1946.2999997138977},{"name":"activityTabFullyLoaded","time":2024.9000000953674}],"measures":[],"correlationId":"95939fb364ff84","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":96,"dbReadsTimeInMs":9,"dbConnsTimeInMs":17,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}