David Ducos

Results 315 comments of David Ducos

Hi @Fanduzi , Can you check with latest version? I saw that you are using v0.11.3-3 and it might be possible that v0.11.3-5 fixes your issue. Please, let me know

@ZipDriver Latest released version is 0.12.1, Can you test with it?

@ZipDriver You can do this: https://stackoverflow.com/questions/6152232/how-to-generate-core-dump-file-in-ubuntu

Closing til we get more info using https://github.com/mydumper/mydumper/wiki/Support#core-dump

We can use a mutex per table when the amount of rows dumped is modify, but it will cause slow downs. This might be simpler to implement if we have...

Alternative, now that we already have a section per table, we could add an option to force to use 1 thread for that table when limit is being used.

Ok, adding limit per table in the config file was easy, but then I realized that we need to work with the chunk per table too. I was thinking in...

Hi @ThomasPelletier , Seems that this is one of the rarest issues reported!! The only way that I can think that we will able to troubleshoot is using gdb, to...

Yes, you need to run it with all the correct parameters: ` gdb mydumper run --host=$BDD_HOST --user=$BDD_USER --password=$BDD_PASSWORD --outputdir=$STORAGEDIR$DATE --rows=50000 -G -E -R --verbose=3 --compress --build-empty-files --threads=24 --compress-protocol --regex '^(?!(mysql|performance_schema|information_schema|sys))'...