简体   繁体   English

使用TX连接到MariadDB maxscale时出错

[英]Error while connecting to the MariadDB maxscale with tx

While I tried connecting my Mariadb TX server using mxs_adapter and cdc connectors I get the following error: 当我尝试使用mxs_adaptercdc连接器连接Mariadb TX服务器时,出现以下错误:

2018-09-20 16:12:38 [cdc_test.cdc_tab] MaxScale connection could not be 
created: Exception caught: basic_string::_S_create
2018-09-20 16:12:38 [cdc_test.cdc_tab] Received fatal signal 11
mxs_adapter[0x42bfd5]
/lib64/libpthread.so.0(+0xf6d0)[0x7f4081ba96d0]
mxs_adapter(mysql_close+0x12)[0x434b02]
mxs_adapter(_Z11streamTableSsSs+0x26a)[0x41d89a]
mxs_adapter(_ZNSt6thread5_ImplISt12_Bind_simpleIFPFvSsSsESsSsEEE6
_M_runEv+0x37)[0x41eeb7]
/lib64/libstdc++.so.6(+0xb5070)[0x7f4080e5b070]
/lib64/libpthread.so.0(+0x7e25)[0x7f4081ba1e25]
/lib64/libc.so.6(clone+0x6d)[0x7f40805bfbad]
Segmentation fault (core dumped)

How can I resolve this? 我该如何解决?

Looks like you've hit a bug. 看来您遇到了错误。 The best way to solve it is to report it on the MariaDB Jira . 解决该问题的最佳方法是在MariaDB Jira上进行报告。 Add the output you added here and explain what you were trying to do. 添加您在此处添加的输出,并说明您要执行的操作。 It's more than likely that it will get fixed in the next release. 它很有可能在下一个版本中得到修复。

Meanwhile, you can try the cdc.py client that is packaged with MaxScale to verify that your MaxScale CDC setup is working. 同时,您可以尝试使用MaxScale随附的cdc.py客户端来验证您的MaxScale CDC设置是否正常运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM