basho / riak_pipe

Riak Pipelines
Apache License 2.0
162 stars 60 forks source link

Fix stat names so delete of stats on restart works #70

Closed russelldb closed 11 years ago

russelldb commented 11 years ago

Folsom can get inconsistent. When it does stat updates will fail. When a stat update fails the stat server crashes. Deleting on start up is a way to get folsom consistent again.

This commit fixes a bug where the pipe stats were not all deleted due to using the wrong stat name format.

engelsanchez commented 11 years ago

:+1: :dancer: