boundary / folsom

Expose Erlang Events and Metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A crash of `folsom_metrics_histogram_ets` breaks all `spiral` metrics

russelldb opened this issue · comments

Due to the ordering here https://github.com/boundary/folsom/blob/master/src/folsom_ets.erl#L300 of deletes, a crashed spiral ets table means a spiral metric can never be deleted, and therefore re-created. Such a crash leaves any app that updates a spiral broken until folsom is restarted.