[
https://issues.apache.org/jira/browse/KUDU-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865096#comment-16865096
]
Hao Hao commented on KUDU-1499:
-------------------------------
I think this is duplicate of KUDU-1704 which has been fixed.
> 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
>
> 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)