-
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
markus makela
made changes -
Field |
Original Value |
New Value |
Assignee
|
|
markus makela
[ <markus.makela
]
|
markus makela
made changes -
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
markus makela
made changes -
Status
|
In Progress
[ 3
]
|
In Review
[ 10002
]
|
markus makela
made changes -
Assignee
|
markus makela
[ <markus.makela
]
|
Andrew Hutchings
[ linuxjedi
]
|
Zdravelina Sokolovska (Inactive)
made changes -
Assignee
|
Zdravelina Sokolovska
[ winstone
]
|
markus makela
[ <markus.makela
]
|
Status
|
In Testing
[ 10301
]
|
Stalled
[ 10000
]
|
Dipti Joshi (Inactive)
made changes -
Assignee
|
markus makela
[ <markus.makela
]
|
Zdravelina Sokolovska
[ winstone
]
|
Leonid Fedorov
made changes -
Component/s
|
|
?
[ 14509
]
|
Component/s
|
mxs-cdc-adapter
[ 14203
]
|
|
{"report":{"fcp":1299.5999999046326,"ttfb":532.5999999046326,"pageVisibility":"visible","entityId":71031,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"15aa4320-4480-4ec3-b18f-b7371bfe1cb3","navigationType":0,"readyForUser":1413.5,"redirectCount":0,"resourceLoadedEnd":1463,"resourceLoadedStart":538,"resourceTiming":[{"duration":168.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":538,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":538,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":706.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":169.39999961853027,"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":538.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":538.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":707.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":225.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":538.5,"connectEnd":538.5,"connectStart":538.5,"domainLookupEnd":538.5,"domainLookupStart":538.5,"fetchStart":538.5,"redirectEnd":0,"redirectStart":0,"requestStart":538.5,"responseEnd":764,"responseStart":764,"secureConnectionStart":538.5},{"duration":299.6000003814697,"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":538.5999999046326,"connectEnd":538.5999999046326,"connectStart":538.5999999046326,"domainLookupEnd":538.5999999046326,"domainLookupStart":538.5999999046326,"fetchStart":538.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":538.5999999046326,"responseEnd":838.2000002861023,"responseStart":838.2000002861023,"secureConnectionStart":538.5999999046326},{"duration":303.2999997138977,"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":538.8000001907349,"connectEnd":538.8000001907349,"connectStart":538.8000001907349,"domainLookupEnd":538.8000001907349,"domainLookupStart":538.8000001907349,"fetchStart":538.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":538.8000001907349,"responseEnd":842.0999999046326,"responseStart":842.0999999046326,"secureConnectionStart":538.8000001907349},{"duration":303.5,"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":539.0999999046326,"connectEnd":539.0999999046326,"connectStart":539.0999999046326,"domainLookupEnd":539.0999999046326,"domainLookupStart":539.0999999046326,"fetchStart":539.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":539.0999999046326,"responseEnd":842.5999999046326,"responseStart":842.5999999046326,"secureConnectionStart":539.0999999046326},{"duration":304,"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":539.2000002861023,"connectEnd":539.2000002861023,"connectStart":539.2000002861023,"domainLookupEnd":539.2000002861023,"domainLookupStart":539.2000002861023,"fetchStart":539.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":539.2000002861023,"responseEnd":843.2000002861023,"responseStart":843.2000002861023,"secureConnectionStart":539.2000002861023},{"duration":372.80000019073486,"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":539.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":539.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":912.2000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":304.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":539.5,"connectEnd":539.5,"connectStart":539.5,"domainLookupEnd":539.5,"domainLookupStart":539.5,"fetchStart":539.5,"redirectEnd":0,"redirectStart":0,"requestStart":539.5,"responseEnd":843.5999999046326,"responseStart":843.5999999046326,"secureConnectionStart":539.5},{"duration":372.59999990463257,"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":539.7000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":539.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":912.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":304.30000019073486,"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":539.9000000953674,"connectEnd":539.9000000953674,"connectStart":539.9000000953674,"domainLookupEnd":539.9000000953674,"domainLookupStart":539.9000000953674,"fetchStart":539.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":539.9000000953674,"responseEnd":844.2000002861023,"responseStart":844.2000002861023,"secureConnectionStart":539.9000000953674},{"duration":537.0999999046326,"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":545.9000000953674,"connectEnd":545.9000000953674,"connectStart":545.9000000953674,"domainLookupEnd":545.9000000953674,"domainLookupStart":545.9000000953674,"fetchStart":545.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":545.9000000953674,"responseEnd":1083,"responseStart":1083,"secureConnectionStart":545.9000000953674},{"duration":797.5999999046326,"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":546,"connectEnd":546,"connectStart":546,"domainLookupEnd":546,"domainLookupStart":546,"fetchStart":546,"redirectEnd":0,"redirectStart":0,"requestStart":546,"responseEnd":1343.5999999046326,"responseStart":1343.5999999046326,"secureConnectionStart":546},{"duration":158.90000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":925,"connectEnd":925,"connectStart":925,"domainLookupEnd":925,"domainLookupStart":925,"fetchStart":925,"redirectEnd":0,"redirectStart":0,"requestStart":925,"responseEnd":1083.9000000953674,"responseStart":1083.8000001907349,"secureConnectionStart":925},{"duration":269.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1193.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1193.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1462.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":268.7999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/50bc9be5bfead1a25e72c1a9338c94f6-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/css/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1194.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1194.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1463,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":56,"responseStart":532,"responseEnd":541,"domLoading":536,"domInteractive":1494,"domContentLoadedEventStart":1494,"domContentLoadedEventEnd":1546,"domComplete":1787,"loadEventStart":1787,"loadEventEnd":1787,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1476.8000001907349},{"name":"bigPipe.sidebar-id.end","time":1477.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":1477.7000002861023},{"name":"bigPipe.activity-panel-pipe-id.end","time":1481},{"name":"activityTabFullyLoaded","time":1581.7000002861023}],"measures":[],"correlationId":"5977757496fa2","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":146,"dbReadsTimeInMs":28,"dbConnsTimeInMs":38,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}