Closed hanyuncai closed 1 year ago
please assigner to me. I try to solve this problem。
Hi ~ This bug maybe fixed in dev branch code. I have found this problem in version 2.3.0, but this question not appears in dev code. @hanyuncai
Bug is fixed, if you have any problems with this, please reopen it and discuss with community.
2.3.0 still has this bug
@TyrantLucifer fix in 2.3.0?
2.3.0确实还有这个bug
@TyrantLucifer how fix it?
dev branch, 2.3.1 release.
@TyrantLucifer noe found dev branch, 2.3.1 release.。 is 2.3.0-release branch? has builded tar.gz?
@TyrantLucifer noe found dev branch, 2.3.1 release.。 is 2.3.0-release branch? has builded tar.gz? 2.3.1 has not be released. You can build the dev branch by yourself.
also blocked by this issue in 2.3.0 for mysql cdc. I decide to build it from source code of 2.3.1 SNAPSHOT
I have realized it successfully with 2.31-SNAPTSHOT. /
some problems solved:
I have realized it successfully with 2.31-SNAPTSHOT. /
some problems solved:
- make sure mysql bin log format is ROW mode.
- grant some super priviledges to the mysql account configed in the seatunnel config file. if not correct, you can find the notification from the seatunnel log.
when im updating the source table im not getting seatunnelRow#kind=update
2.3.3还有这个错误
我用的2.3.3版本 也一直这个错误
我用的2.3.3版本 也一直这个错误
我也一直报这个错误,请问解决了吗
2.3.3版本中还是有这个错误,看前面的回复说2.3.1已经解决?
我也不太清楚,不知道是否解决发自我的手机-------- 原始邮件 --------发件人: Angel Yang @.>日期: 2024年4月22日周一 15:02收件人: apache/seatunnel @.>抄送: simonChen0317 @.>, Comment @.>主 题: Re: [apache/seatunnel] [Bug] [seatunnel-connectors-v2] when I use connector-cdc-mysql to read mysql-bin data,a ClassCastException error is reported (Issue #3929) 2.3.3版本中还是有这个错误,看前面的回复说2.3.1已经解决? 2024-04-22.15.01.42.png (view on web)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
按网上的教程部署中,有一步操作是将 connnect下的jar包拷贝到lib目录下,使用sh脚本启动的时候加载了两份相同的jar,导致了对象冲突。删除lib中拷贝过去的connect-*.jar 就没问题了。
Search before asking
What happened
java.lang.RuntimeException: SplitFetcher thread 0 received unexpected exception while polling the records at org.apache.seatunnel.connectors.seatunnel.common.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:166) at org.apache.seatunnel.connectors.seatunnel.common.source.reader.fetcher.SplitFetcher.run(SplitFetcher.java:82) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: io.debezium.relational.TableId cannot be cast to io.debezium.relational.TableId at org.apache.seatunnel.connectors.seatunnel.cdc.mysql.source.MySqlDialect.createFetchTaskContext(MySqlDialect.java:121) at org.apache.seatunnel.connectors.seatunnel.cdc.mysql.source.MySqlDialect.createFetchTaskContext(MySqlDialect.java:54) at org.apache.seatunnel.connectors.cdc.base.source.reader.IncrementalSourceSplitReader.checkSplitOrStartNext(IncrementalSourceSplitReader.java:132) at org.apache.seatunnel.connectors.cdc.base.source.reader.IncrementalSourceSplitReader.fetch(IncrementalSourceSplitReader.java:64) at org.apache.seatunnel.connectors.seatunnel.common.source.reader.fetcher.FetchTask.run(FetchTask.java:53) at org.apache.seatunnel.connectors.seatunnel.common.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:163) ... 6 more
SeaTunnel Version
seatunnel=2.3.0
SeaTunnel Config
Running Command
Error Exception
Flink or Spark Version
flink=1.13.0 spark=2.3.0
Java or Scala Version
java=1.8 scala=2.11.12
Screenshots
Are you willing to submit PR?
Code of Conduct