Skip to content

Conversation

@xy720
Copy link
Member

@xy720 xy720 commented Jul 21, 2021

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 xy720 force-pushed the support-canal-fe branch 2 times, most recently from 38eb2d8 to 5f8f955 Compare August 5, 2021 11:08
@morningman morningman 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
Copy link
Contributor

@morningman morningman left a comment

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
Contributor

github-actions bot commented Aug 5, 2021

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

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Aug 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

PR approved by anyone and no changes requested.

@morningman
Copy link
Contributor

LGTM

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

@xy720 xy720 force-pushed the support-canal-fe branch from 5f8f955 to b765027 Compare August 7, 2021 13:35
@github-actions github-actions bot removed the approved Indicates a PR has been approved by one committer. label Aug 7, 2021
@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Aug 7, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2021

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

@morningman morningman merged commit c8c571a into apache:master Aug 8, 2021
@morningman morningman 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/mysql-binlog kind/feature Categorizes 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