While doing renovation work on Riak CS, one test was found failing (repl_v3_test). That test sets up two clusters and makes use of Repl proxy_get feature. Specifically, it makes two requests, RpbReplCetClusterIdReq and RpbReplGetReq, which are served by riak_repl_pb_get module. This PR clears up some bit rot to unbreak these requests.
While doing renovation work on Riak CS, one test was found failing (repl_v3_test). That test sets up two clusters and makes use of Repl proxy_get feature. Specifically, it makes two requests,
RpbReplCetClusterIdReq
andRpbReplGetReq
, which are served by riak_repl_pb_get module. This PR clears up some bit rot to unbreak these requests.There is an accompanying PR in riak_pb.