Skip to content

[New Feature] Support synchronizing MySQL binlog in real time [stage 1] - #6289

Merged
morningman merged 4 commits into
apache:masterfrom
xy720:support-canal-fe
Aug 8, 2021
Merged

[New Feature] Support synchronizing MySQL binlog in real time [stage 1]#6289
morningman merged 4 commits into
apache:masterfrom
xy720:support-canal-fe

Conversation

@xy720

@xy720xy720 commented Jul 21, 2021

Copy link
Copy Markdown
Member

Proposed changes

This commit is the first stage of #6287

In this commit, we support:
1、Sync Job
1)、 Creating sync job and data channel in Fe.
2)、Pause sync job.
3)、Resume sync job.
4)、Stop sync job.
5)、Show sync jobs.

2、Canal
1)、Subscribing and getting the binlog data of canal with creating syncjob.

Types of changes

What types of changes does your code introduce to Doris?
Put an x in the boxes that apply

  • New feature (non-breaking change which adds functionality)

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.

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@xy720
xy720force-pushed the support-canal-fe branch 2 times, most recently from 38eb2d8 to 5f8f955CompareAugust 5, 2021 11:08
@morningmanmorningman added area/mysql-binlog kind/feature Categorizes issue or PR as related to a new feature. labels Aug 5, 2021
morningman
morningman previously approved these changes Aug 5, 2021

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Aug 5, 2021
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@morningman

Copy link
Copy Markdown
Contributor

LGTM

This feature is disable by default now, some performance issue should be handled. And document is also needed at next PR.

@github-actionsgithub-actionsBot removed the approved Indicates a PR has been approved by one committer. label Aug 7, 2021
@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Aug 7, 2021
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@morningman
morningman merged commit c8c571a into apache:masterAug 8, 2021
@morningmanmorningman mentioned this pull request Oct 10, 2021
w41ter pushed a commit to w41ter/incubator-doris that referenced this pull request Dec 26, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.area/mysql-binlogkind/featureCategorizes issue or PR as related to a new feature.reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Proposal] Support synchronizing MySQL binlog in real time

2 participants

@xy720@morningman