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

bootstrap TiCDC servers with the TiUP's default data-dir configuration #1614

Closed
zhaoxinyu opened this issue Nov 10, 2021 · 1 comment · Fixed by #1631
Closed

bootstrap TiCDC servers with the TiUP's default data-dir configuration #1614

zhaoxinyu opened this issue Nov 10, 2021 · 1 comment · Fixed by #1631
Assignees
Labels
type/feature-request Categorizes issue as related to a new feature.
Milestone

Comments

@zhaoxinyu
Copy link

Feature Request

Is your feature request related to a problem? Please describe:
At present, TiUP playground bootstraps TiCDC server without --data-dir option, so TiCDC employs /tmp/cdc_data as its working directory, which may results in confusion to users.

Describe the feature you'd like:
Use the default $HOME/.tiup dir as TiCDC's data directory.

Why the featue is needed:
It could provide a consistent user experience if the data of TiCDC is stored in the default TiUP dir.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@zhaoxinyu zhaoxinyu added the type/feature-request Categorizes issue as related to a new feature. label Nov 10, 2021
@zhaoxinyu
Copy link
Author

/assign @nexustar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants