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

Feature: add import init cluster support #6280

Merged
merged 15 commits into from
Jun 29, 2022
Merged

Feature: add import init cluster support #6280

merged 15 commits into from
Jun 29, 2022

Conversation

lichuang
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Feature: add import init cluster support

Changelog

  • New Feature
  • Documentation

Related Issues

Fixes Issue #6279

@vercel
Copy link

vercel bot commented Jun 28, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Jun 29, 2022 at 2:14PM (UTC)

@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@mergify mergify bot added pr-feature this PR introduces a new feature to the codebase pr-doc-fix labels Jun 28, 2022
@ZhiHanZ
Copy link
Collaborator

ZhiHanZ commented Jun 28, 2022

do we need to configure initial-raft-advertise-host to establish identity?

common/meta/raft-store/src/state_machine/sm.rs Outdated Show resolved Hide resolved

init_sled_db(raft_config.raft_dir.clone());

clear()?;
Copy link
Member

Choose a reason for hiding this comment

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

👍

tools/metactl/src/snapshot.rs Outdated Show resolved Hide resolved
common/meta/raft-store/src/state/raft_state.rs Outdated Show resolved Hide resolved
tools/metactl/src/snapshot.rs Outdated Show resolved Hide resolved
common/meta/raft-store/src/state_machine/sm.rs Outdated Show resolved Hide resolved
tests/metactl/test-metactl.sh Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: metactl add --init-cluster arg support
6 participants