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

tt clean should remove empty config dirs left after vshard bootstrap #642

Open
psergee opened this issue Oct 19, 2023 · 0 comments
Open
Labels
1sp bug Something isn't working teamE

Comments

@psergee
Copy link
Collaborator

psergee commented Oct 19, 2023

If there are empty directories left after tt clean (create by vshard bootstraping):

├── var
│   ├── lib
│   │   └── tarantool_column_store
│   │       ├── r-1
│   │       │   ├── config
│   │       │   └── config.backup
│   │       └── s1-1
│   │           ├── config
│   │           └── config.backup

Subsequent start and --bootstrap-vshard fails with the following error:
Failed to get current topology replicasets: Failed to get current topology: [string "local function func(...) local cartridge = re..."]:1: section vshard must be a table

Removing empty 'config' directories fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1sp bug Something isn't working teamE
Projects
None yet
Development

No branches or pull requests

1 participant