basho / riak_repl

Riak DC Replication
Apache License 2.0
56 stars 32 forks source link

Incorrect return from `handle_info` calling log spam #786

Closed russelldb closed 5 years ago

russelldb commented 6 years ago

Reported by @martinsumner https://github.com/basho/riak_repl/blob/develop/src/riak_core_service_conn.erl#L132-L134

The return is incorrect, should be {stop, Reason, StateName}

russelldb commented 6 years ago

NOTE: there is another one on l128 too

martinsumner commented 5 years ago

https://github.com/basho/riak_repl/blob/develop-2.9/src/riak_core_service_conn.erl#L128-L134