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

Change the order of delete cascade for `spiral' #56

Merged
merged 1 commit into from Mar 18, 2013

Conversation

russelldb
Copy link
Contributor

A crash of folsom_metrics_histogram_ets leaves spirals broken.
The spiral ets table goes away, so it can not be updated, nor
can it be deleted and re-created due to the delete order of
metric table, spiral table, folsom table. Have changed the order
to be more like that of histogram so deletes will succeed in
the event of a missing spiral ets table.

(Addresses #55)

A crash of `folsom_metrics_histogram_ets` leaves spirals broken.
The spiral ets table goes away, so it can not be updated, nor
can it be deleted and re-created due to the delete order of
metric table, spiral table, folsom table. Have changed the order
to be more like that of `histogram` so deletes will succeed in
the event of a missing `spiral` ets table.
joewilliams added a commit that referenced this pull request Mar 18, 2013
Change the order of delete cascade for `spiral'
@joewilliams joewilliams merged commit c7b450f into boundary:master Mar 18, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants