Closed ScottChapman closed 7 months ago
Hi @ScottChapman
To open a new issue, please, follow the issue template:
Describe the bug A clear and concise description of what the bug is, with verbose log.
To Reproduce Steps to reproduce the behaviour:
options-file
. Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here. Running environment (cloud, on premise, java version..), source and sink technologies (Oracle, MySQL, Postgres...)
Hi @ScottChapman
To open a new issue, please, follow the issue template:
Describe the bug A clear and concise description of what the bug is, with verbose log.
To Reproduce Steps to reproduce the behaviour:
- Source table DDL
- Sink table DDL
- ReplicaDB configuration
options-file
.Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here. Running environment (cloud, on premise, java version..), source and sink technologies (Oracle, MySQL, Postgres...)
Sorry, updated above. I'll close the other one since both errors are in same run. Thanks!
Hi @ScottChapman
I have made a fix that may solve your issue. Can you try the latest release? https://github.com/osalvador/ReplicaDB/releases/tag/v0.15.1
Regards!
Yes, better. I do get the error but much less frequently. Is it possible to dump any information that might be helpful in identifying the data that is causing the problem for me?
@osalvador - are the copy commands kept some place? I assume there is a tmp file for the SQL commands that are executed? Is it possible to preserve that for debugging purposes?
OK. I think I narrowed it down to the data that is problematic. There is a bunch of unicode data in it. I can probably clean it up a bit so I can share it if you are interested.
Hi @ScottChapman
How was it?
Describe the bug Running replication between MySQL -> Postgres
To Reproduce Steps to reproduce the behaviour: config above
Source table DDL
id
= mediumint(9) PKthedata
= longblobSink table DDL
in
= integerthedata
= byteaReplicaDB configuration options-file. Expected behavior A clear and concise description of what you expected to happen.
Additional context