Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.1.7
-
None
-
MariaDB-TX ; maxscale, mcs connector, mxs_adapter ; MariaDB-Columnstore
Description
multi data streaming with mxs_adapter is streaming partially data from the targeted db
|
|
mxs_adapter -n -c /etc/Columnstore.xml -u cdcuser -p cdcpassword -h 127.0.0.1 -P 4001 -r 8000 -d -f tbl_listc
|
cat tbl_listc
|
tpcc DISTRICT
|
tpcc HISTORY
|
tpcc ITEM
|
tpcc NEW_ORDER
|
tpcc OORDER
|
tpcc ORDER_LINE
|
tpcc STOCK
|
tpcc WAREHOUSE
|
|
As a results on the MCS were loaded partially data ; tables district, history and order remained empty
table_name loaded rows
|
district 0 //expected 20
|
history 0 //expected 60000
|
item 100000
|
new_order 16879
|
order 0 expected 60000
|
order_line 600061
|
stock 200000
|
warehouse 2
|
|
|
|