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

Safe delete doesn't work right for multiple indexes #1

Open
gabriel-comeau opened this issue May 30, 2017 · 0 comments
Open

Safe delete doesn't work right for multiple indexes #1

gabriel-comeau opened this issue May 30, 2017 · 0 comments

Comments

@gabriel-comeau
Copy link
Owner

The deletes happen in separate goroutines so asking doesn't work right - you only confirm for a single index and the others all get skipped. Instead of doing it this way, all the deletes should get a single confirmation (do you want to delete indexes: [x, y, z]?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant