xy720 opened a new pull request #6705: URL: https://github.com/apache/incubator-doris/pull/6705
## Proposed changes QA and I found a lot of bugs during sync job's functional testing. This pr will fix them as follows: 1、Fix bug that the sync jobs are not cancelled after deleting the database. 2、The MySQL and Doris tables should have a one-to-one correspondence. If they are not, they should fail when creating the task. 3、When the cluster has multiple FE, the non-master will core when replay create the sync job. 4、Inconsistent data when updating key column 5、Failed to synchronize data when there are multiple tables in single sync job. 6、After restarting the master, resuming the suspended syncjob will fail. ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [x] Bugfix (non-breaking change which fixes an issue) - [x] Code refactor (Modify the code structure, format the code, etc...) ## Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ - [x] I have created an issue on (Fix #6704 ) and described the bug/feature there in detail - [x] Compiling and unit tests pass locally with my changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
