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

Readding index on hospital-price-transparency-v3 fails - top shows "stuck" #3186

Closed
alecstein opened this issue Apr 7, 2022 · 0 comments
Closed
Assignees

Comments

@alecstein
Copy link
Contributor

To repro:

Get latest master of hospitals db:

dolt clone dolthub/hospital-price-transparency-v3

Then try to run

dolt sql -q "alter table prices drop index cms_certification_num;"
dolt sql -q "alter table prices add index cms_certification_num (cms_certification_num);"

The second line hangs indefinitely.

top shows the status as "stuck," for what it's worth. (Thanks to @max-hoffman for pointing this out.)

@alecstein alecstein changed the title Readding index fails - top shows "stuck" Readding index on hospital-price-transparency-v3 fails - top shows "stuck" Apr 7, 2022
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

3 participants