Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Aug 8, 2021

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.

@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
songchuangyuan pushed a commit to songchuangyuan/incubator-doris that referenced this pull request Aug 20, 2021
…1] (apache#6289)

This commit is the first stage of apache#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.
@morningman morningman mentioned this pull request Oct 10, 2021
songchuangyuan pushed a commit to songchuangyuan/incubator-doris that referenced this pull request Oct 18, 2021
…1] (apache#6289)

This commit is the first stage of apache#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.
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