Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1497 Full support for read-your-writes consistency
  3. KUDU-1499

Add friendly C++ API for read-your-writes consistency

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.9.0
    • n/a
    • client
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mpercy Mike Percy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: