basho / riak_pipe

Riak Pipelines
Apache License 2.0
162 stars 60 forks source link

remove the sink_died exit reason #45

Closed beerriot closed 12 years ago

beerriot commented 12 years ago

{sink_died, normal} is harmless, yet confusing, error log spam. This patch removes it by making the builder exit 'normal' when the sink exits.

The implementation in this patch will also prevent the builder from complaining about abnormal sink exits. I think this is desired behavior, because the sink and/or its supervisor should have logged such an exit already, so there should be no need for the builder to log it again.