[
https://issues.apache.org/jira/browse/KUDU-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hao Hao resolved KUDU-1499.
---------------------------
Resolution: Duplicate
Fix Version/s: n/a
> Add friendly C++ API for read-your-writes consistency
> -----------------------------------------------------
>
> Key: KUDU-1499
> URL: https://issues.apache.org/jira/browse/KUDU-1499
> Project: Kudu
> Issue Type: Sub-task
> Components: client
> Affects Versions: 0.9.0
> Reporter: Mike Percy
> Priority: Major
> Fix For: n/a
>
>
> At the time of writing, in order to get read-your-writes consistency in the
> C++ client, one must jump through hoops such as specifying LEADER_ONLY +
> READ_AT_SNAPSHOT while *not* specifying a timestamp to use for the snapshot.
> It would be more friendly to expose a simple API flag or option that enables
> a "read your writes" consistency mode.
> Another benefit to this approach is that we can change the implementation
> later if we come up with a more clever or scalable way of implementing the
> underlying consistency mode, such as something involving the use of
> timestamps.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)