David Ducos
David Ducos
Hi @firdibasri , Currently the pause/resume functionality is at file level, not at statement level. This means that myloader needs to complete the file to know that you want to...
What we should be implementing, is that on a second ctrl+c, we must kill mydumper/myloader.
I tried to catch the second ctrl+c but I was not able to do it. During my research I found/realize that you can simply `ctrl+\` to kill the process that...
Hi @consolibyte, what mydumper version are you using?? What db version are you connecting? Can you share the mydumper parameter? Can you share the log? Can you check the new...
There is a bug that executes a flush tables causing the gtid increases in the replica #775, but that should not cause this kind of issue.
@consolibyte, can you compile mydumper with master and check again? Just to confirm that this is not a duplicate of #775
@consolibyte I'm almost sure that it is a duplicate of #775. We are going to close this after releasing v0.12.7-1
Hi @consolibyte, We have a [prerelease](https://github.com/mydumper/mydumper/releases/tag/v0.12.6-1) if you want to test before v0.12.7-1.
Hi @vidyullathat is this happening only with --csv ? can you export and import without --csv and count at mysql level?
Hi @vidyullathat, We are already checking for --csv in our internal tests. I'm wondering if this issue is related to the usage of -F. Can you test one more time...