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

backup raw kv for review #6261

Closed
wants to merge 1 commit into from
Closed

backup raw kv for review #6261

wants to merge 1 commit into from

Conversation

xinhua5
Copy link
Contributor

@xinhua5 xinhua5 commented Dec 17, 2019

What have you changed?

Please explain in detail what the changes are in this PR and why they are needed:

  • Summarize your change
  • How does this PR work? Include a brief introduction for any changed logic (optional)
  • Separately describe each logical change (optional)
  • Describe any limitations of the current code (optional)

Don't assume reviewers understand the original issue.

What is the type of the changes?

Pick one of the following and delete the others:

  • New feature (a change which adds functionality)
  • Improvement (a change which is an improvement to an existing feature)
  • Bugfix (a change which fixes an issue)
  • Engineering (engineering change which doesn't change any feature or fix any issue)
  • Misc (other changes)

How is the PR tested?

Please select the tests that you ran to verify your changes:

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Does this PR affect documentation (docs) or should it be mentioned in the release notes?

  • If there is a document change, please file a PR in (docs) and add the PR number here.
  • If this PR should be mentioned in the release note, please update the release notes.

Does this PR affect tidb-ansible?

If there is a configuration or metrics change, please file a PR in tidb-ansible, and add the PR number here.

Refer to a related PR or issue link (optional)

Benchmark result if necessary (optional)

Any examples? (optional)

@sre-bot sre-bot added the contribution Type: PR - From contributors label Dec 17, 2019
Signed-off-by: xinhua5 <xinhua5@163.com>
@@ -97,6 +102,8 @@ impl Task {
storage,
concurrency: req.get_concurrency(),
cancel: cancel.clone(),
is_raw_kv: req.get_is_raw_kv(),
cf: req.get_cf().to_string(),
Copy link
Contributor

Choose a reason for hiding this comment

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

CI failed here. I think you didn't upgrade kvproto or didn't commit Cargo.lock. Please make sure you've run cargo update -p kvproto and commit the Cargo.lock file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, i try it

@overvenus overvenus added the component/backup-restore Component: backup, import, external_storage label Dec 17, 2019
@xinhua5 xinhua5 closed this Dec 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/backup-restore Component: backup, import, external_storage contribution Type: PR - From contributors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants