basho / riak_repl

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

Fix riak_repl_pb_get:get_cluster_id and :get, used in Repl communications with Riak CS #812

Closed hmmr closed 3 years ago

hmmr commented 3 years ago

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.

There is an accompanying PR in riak_pb.