Skip to content

Commit e92d611

Browse files
committed
Merge develop-2.2 into develop
2 parents e359891 + a41ac02 commit e92d611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
1313
{ranch, "0.4.0-p1", {git, "https://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}},
1414
{ebloom, ".*", {git, "https://github.com/basho/ebloom.git", {tag, "2.0.0"}}},
15-
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}},
15+
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {tag, "2.1.8"}}},
1616
{riak_repl_pb_api, ".*", {git, "[email protected]:basho/riak_repl_pb_api.git", {tag, "2.6.0"}}}
1717
]}.
1818

src/riak_repl2_pg.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ status() ->
2727
LeaderNode = riak_repl2_leader:leader_node(),
2828
case LeaderNode of
2929
undefined ->
30-
{[], []};
30+
[{proxy_get, []}];
3131
_ ->
3232
ReqStats = try riak_repl2_pg_block_requester_sup:started(LeaderNode) of
3333
[] ->

0 commit comments

Comments
 (0)