basho / riak_repl

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

riak_repl2_pg: Fix invalid non-list status #734

Closed ian-mi closed 8 years ago

ian-mi commented 8 years ago

status output is expected to be a list. This commit changes the status output format when the repl leader is undefined to match the format of the other case.

Fixes issue #733 (RIAK-2220) (RIAK-2435)

JeetKunDoug commented 8 years ago

@ian-mi can you re-target this PR to the develop-2.2 branch please? would like to pick it up in 2.2.0.

ian-mi commented 8 years ago

Superseded by pull request https://github.com/basho/riak_repl/pull/753