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

br, cdc: remove cdclog sink and PiTR #6190

Closed
wants to merge 1 commit into from

Conversation

YuJuncen
Copy link
Contributor

First-time contributors' checklist

What is changed, added or deleted? (Required)

According to @IANTHEREAL, the cdclog sink and the PiTR are just prototype features(even not experimental) and not ready to be documented. They should be removed for preventing misusing of them.

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v5.1 (TiDB 5.1 versions)
  • v5.0 (TiDB 5.0 versions)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot
Copy link
Member

[REVIEW NOTIFICATION]

This pull request has not been approved.

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@CLAassistant
Copy link

CLAassistant commented Aug 19, 2021

CLA assistant check
All committers have signed the CLA.

@ti-chi-bot ti-chi-bot added missing-translation-status This PR does not have translation status info. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 19, 2021
@YuJuncen
Copy link
Contributor Author

/cc @3pointer, @IANTHEREAL

@YuJuncen
Copy link
Contributor Author

/cc 3pointer
/cc IANTHEREAL

@dveeden
Copy link
Contributor

dveeden commented Aug 19, 2021

I don't think removing the docs is the right step. If this is not production ready people should be warned about that.

Would be better to either:

  • put a warning about this being very experimental and far from production ready into the docs
  • put the feature behind a (compile time?) feature flag that is disabled for production builds
  • remove the code and put it into a different branch or something similar
  • Make the code production ready, maybe with a very reduced scope etc.

@IANTHEREAL
Copy link
Contributor

It is always not easy to delete existing content. I have also tried to delete these content. The essence is that this feature is completely a prototype demo. It is irresponsible for any user to use or test

@IANTHEREAL
Copy link
Contributor

I think we can move the code to another branch and delete it from the master branch. Then we can keep the document in a single document or delete them, how about it? @YuJuncen @dveeden

@dveeden
Copy link
Contributor

dveeden commented Aug 20, 2021

@IANTHEREAL yes that sounds good to me

@kolbe
Copy link
Contributor

kolbe commented Aug 20, 2021

I think we can move the code to another branch and delete it from the master branch. Then we can keep the document in a single document or delete them, how about it? @YuJuncen @dveeden

I'm glad to see that there's a plan to move the code elsewhere. It would be one thing if it were only in the master branch, but the fact it is also included in "GA" releases is really a very big problem.

@TomShawn TomShawn added the status/WIP This PR is still working in progress. label Aug 23, 2021
@TomShawn TomShawn added sig/docs Indicates that the Issue or PR belongs to the docs SIG. area/migrate Indicates that the Issue or PR belongs to the area of TiDB migration tools. labels Sep 6, 2021
@TomShawn TomShawn marked this pull request as draft September 6, 2021 06:03
@ti-chi-bot ti-chi-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 6, 2021
@dveeden
Copy link
Contributor

dveeden commented Sep 27, 2021

@IANTHEREAL @YuJuncen What is the plan with this PR?

@YuJuncen
Copy link
Contributor Author

YuJuncen commented Sep 29, 2021

@dveeden @db-will has discussed with @IANTHEREAL, we decided to keep this document, marked them as 'experimental feature' (#6565).

Eh, BTW, if possible, please @IANTHEREAL take a look and make sure we can keep the document then. I will change the PR to fit the requirement of #6565 for now.

@ti-chi-bot ti-chi-bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 29, 2021
@Liuxiaozhen12 Liuxiaozhen12 added the translation/doing This PR's assignee is translating this PR. label Oct 11, 2021
@Liuxiaozhen12 Liuxiaozhen12 self-assigned this Oct 11, 2021
@ti-chi-bot ti-chi-bot removed the missing-translation-status This PR does not have translation status info. label Oct 11, 2021
@dveeden
Copy link
Contributor

dveeden commented Oct 26, 2021

The description of the PR and the diff don't seem to match.

Also note that the image on https://docs.pingcap.com/tidb/stable/ticdc-overview shows "Incremental backup". Should there be a note about this as well?

@dveeden
Copy link
Contributor

dveeden commented Nov 9, 2021

@IANTHEREAL @3pointer can we make this ready to be merged?

@ti-chi-bot
Copy link
Member

@YuJuncen: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ti-chi-bot ti-chi-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 16, 2021
@dveeden
Copy link
Contributor

dveeden commented Jan 3, 2022

@IANTHEREAL @3pointer @TomShawn Now that pingcap/tiflow#3599 is merged this should be removed isn't it?

@shichun-0415
Copy link
Contributor

Fixed in #7500.

@shichun-0415 shichun-0415 removed translation/doing This PR's assignee is translating this PR. status/WIP This PR is still working in progress. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. sig/docs Indicates that the Issue or PR belongs to the docs SIG. area/migrate Indicates that the Issue or PR belongs to the area of TiDB migration tools. labels Feb 9, 2022
@ti-chi-bot ti-chi-bot added the missing-translation-status This PR does not have translation status info. label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing-translation-status This PR does not have translation status info.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants