Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
We have support for doing an rpc against the primary region in get/scans and also new functionality for doing failover get/scan RPCs trying primary first then doing backup rpcs to secondaries when the first one times out.
We can add functionality for doing get/scan against a particular replica_id so that we can use it in tests, or by clients in some specific situations.
We can think about adding support for querying the replica_id from get/scan responses coming from failover rpcs so that the client can then issue a follow up request against that particular replica_id.