-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [Module Name] Dinky1.0.1 whole database sync error with ClassCastException #3299
Comments
add dinky-app-xxx.jar to dinky/extends/flink1.1x/ |
@Zzm0809 Still in problem after adding dinky-app-1.18-1.0.1-jar-with-dependencies.jar to dinky/extends/flink1.18/
/opt/module/dinky/extends/flink1.18/dinky-app-1.18-1.0.1-jar-with-dependencies.jar(I also tried copy dink-app* to flink/lib, all have problem.) |
@Zzm0809 |
we can copy dinky-app-xxx.jar to dinky/extends/flink1.1x/dinky/. I wish later version can contain dinky-app-xxx.jar in dinky/extends/flink1.1x/dinky/ not in dinky/jar. |
@ysmintor I copy the dinky-app-1.18-1.0.0-rc3-jar-with-dependencies.jar to dinky/extends/ and flink/lib,but alse show some errors
my flink lib dir jar files my dinky jars file |
@Hello-Linux Have your ever restart both Dinky and Flink after putting jars? Also, You could try Dinky 1.0.1 in a test environment other than Dinky 1.0.0-rc3. |
@ysmintor I started the service using docker, and the jars files are already in place in advance, so there's no need to restart,Synchronization is normal with the Local mode, only standalone mode reports this error,Dinky 1.0.1 I haven't tried yet |
@ysmintor Use dinky 1.0.1 show some new errors:
|
Search before asking
What happened
I use new Dinky 1.0.1 and Flink 1.18.1 (Flink in standalone mode) with a new deployment. Following the
MySQLCDC 整库到 MySQL
(https://www.dinky.org.cn/docs/next/practical_guide/cdcsource_practice/cdcsource_mysqlcdc2mysql) encounter many errors, such as timezone, I add the correct setting with searching pull request at this repo.Only destnation table is created, but no data in it.
However, I could not solve
The Dinky task output is
Flink error is
What you expected to happen
MySQLCDC 整库到 MySQL
should work and the synchronization should sync all data to destnation table.How to reproduce
Dinky 1.0.1
Flink 1.18.1
demo data under app_db.products
My Dinky extends directory jars below
My Flink lib directory jars below
Anything else
Flink instance is connected
Version
1.0.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: